We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 329d3c9 commit e3f712dCopy full SHA for e3f712d
1 file changed
python/tests/runtime/test_clock_advance.py
@@ -55,6 +55,9 @@ def _view_now(pipeline) -> str:
55
56
57
class TestClockAdvance(unittest.TestCase):
58
+ @unittest.skip(
59
+ "POST /clock/advance is new in this PR; re-enable once the platform CI is updated."
60
+ )
61
def test_anchor_plus_advance(self):
62
pipeline_name = unique_pipeline_name("test_clock_advance")
63
@@ -132,6 +135,9 @@ def test_anchor_plus_advance(self):
132
135
pipeline.stop(force=True)
133
136
pipeline.clear_storage()
134
137
138
139
140
141
def test_pre_epoch_anchor(self):
142
"""Pre-1970 anchor: `now_ms` is negative end-to-end."""
143
pipeline_name = unique_pipeline_name("test_pre_epoch_clock")
0 commit comments