Skip to content

Commit

Permalink
test_tools_smoke.py: offwaketime.py mayFail in gh actions
Browse files Browse the repository at this point in the history
Signed-off-by: Bernhard Kaindl <[email protected]>
  • Loading branch information
bernhardkaindl committed May 8, 2024
1 parent 3d84633 commit 8b03d14
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/python/test_tools_smoke.py
Original file line number Diff line number Diff line change
Expand Up @@ -271,8 +271,9 @@ 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 github actions environment, and needs to be fixed")
def test_offwaketime(self):
self.run_with_duration("offwaketime.py 1", timeout=30)
self.run_with_duration("offwaketime.py 2", timeout=30)

@skipUnless(kernel_version_ge(4,9), "requires kernel >= 4.9")
def test_oomkill(self):
Expand Down

0 comments on commit 8b03d14

Please sign in to comment.