Skip to content

Commit 29c2bb8

Browse files
committed
fix: skip test_log_line_snapshot for nodejs until tracer is fixed
1 parent c42c831 commit 29c2bb8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/debugger/test_debugger_probe_snapshot.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@ class Test_Debugger_Line_Probe_Snaphots(BaseDebuggerProbeSnaphotTest):
213213
def setup_log_line_snapshot(self):
214214
self._setup("probe_snapshot_log_line", "/debugger/log", "log", lines=None)
215215

216+
@bug(context.library == "nodejs@", reason="DEBUG-4611")
216217
def test_log_line_snapshot(self):
217218
self._assert()
218219
self._validate_snapshots()
@@ -299,7 +300,7 @@ class Test_Debugger_Line_Probe_Snaphots_With_SCM(BaseDebuggerProbeSnaphotTest):
299300
def setup_log_line_snapshot(self):
300301
self._setup("probe_snapshot_log_line", "/debugger/log", "log", lines=None)
301302

302-
@bug(context.library >= "nodejs@5.73.0", reason="DEBUG-4611")
303+
@bug(context.library == "nodejs", reason="DEBUG-4611")
303304
def test_log_line_snapshot(self):
304305
self._assert()
305306
self._validate_snapshots()

0 commit comments

Comments
 (0)