From d053705c039ded1663e9812be8a51d72cdba73ff Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Thu, 7 Jul 2016 23:17:11 +0800 Subject: [PATCH] qa/workunits/ceph-helpers.sh: disable test_pg_scrub() Signed-off-by: Kefu Chai --- qa/workunits/ceph-helpers.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/workunits/ceph-helpers.sh b/qa/workunits/ceph-helpers.sh index 40f6759bd15..3e854792d3d 100755 --- a/qa/workunits/ceph-helpers.sh +++ b/qa/workunits/ceph-helpers.sh @@ -1167,7 +1167,7 @@ function pg_scrub() { wait_for_scrub $pgid "$last_scrub" } -function test_pg_scrub() { +function DISABLED_test_pg_scrub() { local dir=$1 setup $dir || return 1 -- 2.47.3