Skip to content

Commit 4beaf59

Browse files
committed
fix: only run test for nodjes lower than 5.73.0
1 parent c42c831 commit 4beaf59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/debugger/test_debugger_probe_snapshot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ class Test_Debugger_Line_Probe_Snaphots_With_SCM(BaseDebuggerProbeSnaphotTest):
299299
def setup_log_line_snapshot(self):
300300
self._setup("probe_snapshot_log_line", "/debugger/log", "log", lines=None)
301301

302-
@bug(context.library >= "nodejs@5.73.0", reason="DEBUG-4611")
302+
@bug(context.library < "nodejs@5.73.0", reason="DEBUG-4611")
303303
def test_log_line_snapshot(self):
304304
self._assert()
305305
self._validate_snapshots()

0 commit comments

Comments
 (0)