diff --git a/tests/debugger/test_debugger_probe_snapshot.py b/tests/debugger/test_debugger_probe_snapshot.py index e219168c61e..c7e187d2d95 100644 --- a/tests/debugger/test_debugger_probe_snapshot.py +++ b/tests/debugger/test_debugger_probe_snapshot.py @@ -6,7 +6,7 @@ import tests.debugger.utils as debugger -from utils import scenarios, features, missing_feature, context, irrelevant, bug +from utils import scenarios, features, missing_feature, context, irrelevant from utils.interfaces._library.miscs import validate_process_tags @@ -213,7 +213,6 @@ class Test_Debugger_Line_Probe_Snaphots(BaseDebuggerProbeSnaphotTest): def setup_log_line_snapshot(self): self._setup("probe_snapshot_log_line", "/debugger/log", "log", lines=None) - @bug(context.library == "nodejs", reason="DEBUG-4611") def test_log_line_snapshot(self): self._assert() self._validate_snapshots() @@ -298,7 +297,6 @@ class Test_Debugger_Line_Probe_Snaphots_With_SCM(BaseDebuggerProbeSnaphotTest): def setup_log_line_snapshot(self): self._setup("probe_snapshot_log_line", "/debugger/log", "log", lines=None) - @bug(context.library == "nodejs", reason="DEBUG-4611") def test_log_line_snapshot(self): self._assert() self._validate_snapshots() diff --git a/tests/debugger/utils/probes/probe_snapshot_log_line.json b/tests/debugger/utils/probes/probe_snapshot_log_line.json index ce96d6e9ff2..b2d21b4e34c 100644 --- a/tests/debugger/utils/probes/probe_snapshot_log_line.json +++ b/tests/debugger/utils/probes/probe_snapshot_log_line.json @@ -5,6 +5,9 @@ "id": "", "version": 0, "captureSnapshot": true, + "capture": { + "maxFieldCount": 200 + }, "where": { "typeName": null, "sourceFile": "ACTUAL_SOURCE_FILE", diff --git a/tests/debugger/utils/probes/probe_snapshot_log_mixed.json b/tests/debugger/utils/probes/probe_snapshot_log_mixed.json index 3d1b38355d5..18c40dbb514 100644 --- a/tests/debugger/utils/probes/probe_snapshot_log_mixed.json +++ b/tests/debugger/utils/probes/probe_snapshot_log_mixed.json @@ -5,6 +5,9 @@ "id": "", "version": 0, "captureSnapshot": true, + "capture": { + "maxFieldCount": 200 + }, "where": { "typeName": "ACTUAL_TYPE_NAME", "methodName": "MixProbe", @@ -17,6 +20,9 @@ "id": "", "version": 0, "captureSnapshot": true, + "capture": { + "maxFieldCount": 200 + }, "where": { "typeName": null, "sourceFile": "ACTUAL_SOURCE_FILE",