Skip to content

Commit 2f4f1ce

Browse files
committed
pstack: skip tests on UEK4
Signed-off-by: Stephen Brennan <[email protected]>
1 parent 3eb89fd commit 2f4f1ce

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/test_pstack.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@
1515
from drgn_tools.task import task_cpu
1616

1717

18+
pytestmark = [
19+
# Only test UEK5+
20+
pytest.mark.kver_min("4.14"),
21+
]
22+
23+
1824
@pytest.fixture
1925
def sleeping_proc():
2026
proc = Popen(

0 commit comments

Comments
 (0)