Skip to content

Commit

Permalink
skip test_send_periodic_duration() in CI (#1773)
Browse files Browse the repository at this point in the history
  • Loading branch information
zariiii9003 committed Apr 24, 2024
1 parent 6e7a684 commit ed98a0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/back2back_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ def test_sub_second_timestamp_resolution(self):
self.bus2.recv(0)
self.bus2.recv(0)

@unittest.skipIf(IS_PYPY, "fails randomly when run on CI server")
@unittest.skipIf(IS_CI, "fails randomly when run on CI server")
def test_send_periodic_duration(self):
"""
Verify that send_periodic only transmits for the specified duration.
Expand Down

0 comments on commit ed98a0f

Please sign in to comment.