From 648fabaa9fc1e78aa808a3a2c7c91dee464dbc76 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Sat, 12 Aug 2017 09:00:22 -0400 Subject: [PATCH] qa/workunits/rados/test/test-upgrade-v11.0.0: skip Quota test This makes a pool go full which confounds the wait for healthy check during restarts. Signed-off-by: Sage Weil --- qa/workunits/rados/test-upgrade-v11.0.0.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/workunits/rados/test-upgrade-v11.0.0.sh b/qa/workunits/rados/test-upgrade-v11.0.0.sh index f90214a70b89c..d4e63da0d2aba 100755 --- a/qa/workunits/rados/test-upgrade-v11.0.0.sh +++ b/qa/workunits/rados/test-upgrade-v11.0.0.sh @@ -13,7 +13,7 @@ trap cleanup EXIT ERR HUP INT QUIT pids="" for f in \ - 'api_aio --gtest_filter=-LibRadosAio.RacingRemovePP:*WriteSame*:*CmpExt*:*RoundTrip3*' \ + 'api_aio --gtest_filter=-LibRadosAio.RacingRemovePP:*WriteSame*:*CmpExt*:*RoundTrip3*:*Quota*' \ 'api_list --gtest_filter=-LibRadosList*.EnumerateObjects*' \ 'api_io --gtest_filter=-*Checksum*:*CmpExt*' \ api_lock \ -- 2.39.5