Skip to content

Commit ad2fc55

Browse files
committed
skip test_send_periodic_duration() in CI
1 parent 6e7a684 commit ad2fc55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/back2back_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ def test_sub_second_timestamp_resolution(self):
273273
self.bus2.recv(0)
274274
self.bus2.recv(0)
275275

276-
@unittest.skipIf(IS_PYPY, "fails randomly when run on CI server")
276+
@unittest.skipIf(IS_CI, "fails randomly when run on CI server")
277277
def test_send_periodic_duration(self):
278278
"""
279279
Verify that send_periodic only transmits for the specified duration.

0 commit comments

Comments
 (0)