Skip to content

Commit

Permalink
test_tools_smoke.py: mayFail test_offwaketime
Browse files Browse the repository at this point in the history
It fails on ubuntu 18.04 test environment.

Signed-off-by: Dave Marchevsky <[email protected]>
  • Loading branch information
davemarchevsky committed Aug 13, 2022
1 parent 0885e91 commit be735b0
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 @@ -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")

Expand Down

0 comments on commit be735b0

Please sign in to comment.