Skip to content

Commit

Permalink
Revert "test_tools_smoke.py: mayFail test_offwaketime"
Browse files Browse the repository at this point in the history
This reverts commit be735b0.

Once we are running tests using python3 and the right mode (utf-8), those
test won't be failing with the encoding error like they did earlier on.
  • Loading branch information
chantra committed Aug 14, 2022
1 parent 3f5e402 commit 86c4b3a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/python/test_tools_smoke.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,6 @@ 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 86c4b3a

Please sign in to comment.