diff options
Diffstat (limited to 'tests/vmtests/test_pollinate_useragent.py')
-rw-r--r-- | tests/vmtests/test_pollinate_useragent.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/vmtests/test_pollinate_useragent.py b/tests/vmtests/test_pollinate_useragent.py index 046fff54..ff21f20d 100644 --- a/tests/vmtests/test_pollinate_useragent.py +++ b/tests/vmtests/test_pollinate_useragent.py @@ -61,10 +61,6 @@ class BionicTestPollinateUserAgent(relbase.bionic, TestPollinateUserAgent): __test__ = True -class DiscoTestPollinateUserAgent(relbase.disco, TestPollinateUserAgent): - __test__ = True - - class EoanTestPollinateUserAgent(relbase.eoan, TestPollinateUserAgent): __test__ = True |