summaryrefslogtreecommitdiff
path: root/tests/remote/test_remote_zuul_json.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/remote/test_remote_zuul_json.py')
-rw-r--r--tests/remote/test_remote_zuul_json.py16
1 files changed, 0 insertions, 16 deletions
diff --git a/tests/remote/test_remote_zuul_json.py b/tests/remote/test_remote_zuul_json.py
index e4510e7d1..4451c3630 100644
--- a/tests/remote/test_remote_zuul_json.py
+++ b/tests/remote/test_remote_zuul_json.py
@@ -144,22 +144,6 @@ class FunctionalZuulJSONMixIn:
dateutil.parser.parse(play_end_time)
-class TestZuulJSON28(AnsibleZuulTestCase, FunctionalZuulJSONMixIn):
- ansible_version = '2.8'
-
- def setUp(self):
- super().setUp()
- self._setUp()
-
-
-class TestZuulJSON29(AnsibleZuulTestCase, FunctionalZuulJSONMixIn):
- ansible_version = '2.9'
-
- def setUp(self):
- super().setUp()
- self._setUp()
-
-
class TestZuulJSON5(AnsibleZuulTestCase, FunctionalZuulJSONMixIn):
ansible_version = '5'