From be735b0e658ac8bb272be2f6efc87e051cd6005a Mon Sep 17 00:00:00 2001 From: Dave Marchevsky Date: Sat, 13 Aug 2022 18:17:22 -0400 Subject: [PATCH] test_tools_smoke.py: mayFail test_offwaketime It fails on ubuntu 18.04 test environment. Signed-off-by: Dave Marchevsky --- tests/python/test_tools_smoke.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/python/test_tools_smoke.py b/tests/python/test_tools_smoke.py index 2477cedebbdb..fc1907b5c34b 100755 --- a/tests/python/test_tools_smoke.py +++ b/tests/python/test_tools_smoke.py @@ -265,6 +265,7 @@ def test_offcputime(self): self.run_with_duration("offcputime.py 1") @skipUnless(kernel_version_ge(4,6), "requires kernel >= 4.6") + @mayFail("This fails on ubuntu 18.04 github actions environment") def test_offwaketime(self): self.run_with_duration("offwaketime.py 1")