Skip to content

Commit

Permalink
Merge pull request iovisor#4172 from davemarchevsky/davemarchevsky_of…
Browse files Browse the repository at this point in the history
…fwaketime_mayfail

test_tools_smoke.py: mayFail test_offwaketime
  • Loading branch information
davemarchevsky committed Aug 13, 2022
2 parents 0885e91 + be735b0 commit 39f60c0
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 39f60c0

Please sign in to comment.