]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa: drop import-tasks test
authorAdam King <adking@redhat.com>
Sat, 10 Dec 2022 16:33:58 +0000 (11:33 -0500)
committerAdam King <adking@redhat.com>
Sat, 10 Dec 2022 16:47:34 +0000 (11:47 -0500)
We had already dropped this in main and quincy
and it's causing failures in pacific now.

Signed-off-by: Adam King <adking@redhat.com>
qa/CMakeLists.txt

index 485c5b5532608c7d4be4a94768e8c64dacb58952..fd95d83833b3c7ece0809bb7b21559b3025b2450 100644 (file)
@@ -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()