diff --git a/kuryr_tempest_plugin/tests/test_pods.py b/kuryr_tempest_plugin/tests/test_pods.py index 77c492ef..c79faf44 100644 --- a/kuryr_tempest_plugin/tests/test_pods.py +++ b/kuryr_tempest_plugin/tests/test_pods.py @@ -38,6 +38,7 @@ class PodTest(base.BaseAdminKuryrTest): body=body, namespace=namespace) + @decorators.skip_because(bug="1700993") @decorators.idempotent_id('f96b40a8-25bc-4ddd-a862-072a2b7b80b8') def test_list_pods(self): pods = self._list_pods()