diff options
| author | Chad Smith <[email protected]> | 2023-05-26 13:04:26 -0600 |
|---|---|---|
| committer | Dan Bungert <[email protected]> | 2023-09-20 07:04:38 -0600 |
| commit | 6c5ad6aa208b6e54f891a881656bc11d0d64b95d (patch) | |
| tree | 9a54a8b150331d02f209c656fdfc8c9040e9a6c1 /tests/vmtests/test_basic.py | |
| parent | a7640fdcac396f9f09044dc7ca7553043ce4231c (diff) | |
vmtests: remove impish
(cherry picked from commit 48e5bc483e15d56b456fe629c8a9544cf61d8d64)
Diffstat (limited to 'tests/vmtests/test_basic.py')
| -rw-r--r-- | tests/vmtests/test_basic.py | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/vmtests/test_basic.py b/tests/vmtests/test_basic.py index 616d635c..969f12ff 100644 --- a/tests/vmtests/test_basic.py +++ b/tests/vmtests/test_basic.py @@ -238,10 +238,6 @@ class HirsuteTestBasic(relbase.hirsute, TestBasicAbs): __test__ = True -class ImpishTestBasic(relbase.impish, TestBasicAbs): - __test__ = True - - class TestBasicScsiAbs(TestBasicAbs): arch_skip = [ 'arm64', # arm64 is UEFI only @@ -362,8 +358,4 @@ class HirsuteTestScsiBasic(relbase.hirsute, TestBasicScsiAbs): __test__ = True -class ImpishTestScsiBasic(relbase.impish, TestBasicScsiAbs): - __test__ = True - - # vi: ts=4 expandtab syntax=python |
