We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e7a684 commit ad2fc55Copy full SHA for ad2fc55
test/back2back_test.py
@@ -273,7 +273,7 @@ def test_sub_second_timestamp_resolution(self):
273
self.bus2.recv(0)
274
275
276
- @unittest.skipIf(IS_PYPY, "fails randomly when run on CI server")
+ @unittest.skipIf(IS_CI, "fails randomly when run on CI server")
277
def test_send_periodic_duration(self):
278
"""
279
Verify that send_periodic only transmits for the specified duration.
0 commit comments