Skip to content

Commit

Permalink
python tests: mayFail py_smoke_tests' ttysnoop test on gh actions for…
Browse files Browse the repository at this point in the history
… now
  • Loading branch information
davemarchevsky committed Nov 17, 2021
1 parent e16aca0 commit 2445f2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/python/test_tools_smoke.py
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,7 @@ def test_trace(self):
self.run_with_int("trace.py do_sys_open")

@skipUnless(kernel_version_ge(4,4), "requires kernel >= 4.4")
@mayFail("This fails on github actions environment, and needs to be fixed")
def test_ttysnoop(self):
self.run_with_int("ttysnoop.py /dev/console")

Expand Down

0 comments on commit 2445f2d

Please sign in to comment.