From: Adam King Date: Sat, 10 Dec 2022 16:33:58 +0000 (-0500) Subject: qa: drop import-tasks test X-Git-Tag: v16.2.11~54^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=9947054d6ac3ee189c857202608ccd632f3383aa;p=ceph.git qa: drop import-tasks test We had already dropped this in main and quincy and it's causing failures in pacific now. Signed-off-by: Adam King --- diff --git a/qa/CMakeLists.txt b/qa/CMakeLists.txt index 485c5b553260..fd95d83833b3 100644 --- a/qa/CMakeLists.txt +++ b/qa/CMakeLists.txt @@ -5,5 +5,5 @@ endif() if(WITH_TESTS) include(AddCephTest) - add_tox_test(qa TOX_ENVS py3 flake8 import-tasks) + add_tox_test(qa TOX_ENVS py3 flake8) endif()