summaryrefslogtreecommitdiff
path: root/tests/vmtests/test_lvm.py
diff options
authorChad Smith <[email protected]>2023-05-26 13:05:34 -0600
committerDan Bungert <[email protected]>2023-09-20 07:04:38 -0600
commit2a45c8990d299dedeb0b727280f97a2460a1fb28 (patch)
tree7ae44493351ecd2d2d887521c59d6e76aef453f4 /tests/vmtests/test_lvm.py
parent6c5ad6aa208b6e54f891a881656bc11d0d64b95d (diff)
vmtests: remove hirsute
(cherry picked from commit 5acd262e37cd3f2ae2b6134bf568806bd2736b0e)
Diffstat (limited to 'tests/vmtests/test_lvm.py')
-rw-r--r--tests/vmtests/test_lvm.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/vmtests/test_lvm.py b/tests/vmtests/test_lvm.py
index 88c84648..ff39d6c8 100644
--- a/tests/vmtests/test_lvm.py
+++ b/tests/vmtests/test_lvm.py
@@ -81,8 +81,4 @@ class FocalTestLvm(relbase.focal, TestLvmAbs):
__test__ = True
-class HirsuteTestLvm(relbase.hirsute, TestLvmAbs):
- __test__ = True
-
-
# vi: ts=4 expandtab syntax=python