python tests: mayFail py_smoke_tests' ttysnoop test on gh actions for now
diff --git a/tests/python/test_tools_smoke.py b/tests/python/test_tools_smoke.py
index ac83434..6eedcae 100755
--- a/tests/python/test_tools_smoke.py
+++ b/tests/python/test_tools_smoke.py
@@ -347,6 +347,7 @@
         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")