Skip to content

Commit bb7e6f7

Browse files
committed
bug(debugger): skip failing nodejs test
1 parent cc530c6 commit bb7e6f7

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
@@ -6,7 +6,7 @@
66
import tests.debugger.utils as debugger
77

88

9-
from utils import scenarios, features, missing_feature, context, irrelevant
9+
from utils import scenarios, features, missing_feature, context, irrelevant, bug
1010
from utils.interfaces._library.miscs import validate_process_tags
1111

1212

@@ -298,6 +298,7 @@ class Test_Debugger_Line_Probe_Snaphots_With_SCM(BaseDebuggerProbeSnaphotTest):
298298
def setup_log_line_snapshot(self):
299299
self._setup("probe_snapshot_log_line", "/debugger/log", "log", lines=None)
300300

301+
@bug(context.library >= "nodejs@5.73.0", reason="DEBUG-4611")
301302
def test_log_line_snapshot(self):
302303
self._assert()
303304
self._validate_snapshots()

0 commit comments

Comments
 (0)