Skip to content

Commit 796a96c

Browse files
authored
[nodejs] Skip test for DEBUG-3487 (#4066)
1 parent 534f4b1 commit 796a96c

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

utils/_context/_scenarios/endtoend.py

+12
Original file line numberDiff line numberDiff line change
@@ -569,6 +569,12 @@ def _wait_interface(self, interface, timeout):
569569

570570
def pytest_sessionfinish(self, session, exitstatus):
571571
library_bugs = [
572+
_SchemaBug(
573+
endpoint="/debugger/v1/diagnostics",
574+
data_path="$",
575+
condition=context.library > "[email protected]",
576+
ticket="DEBUG-3487",
577+
),
572578
_SchemaBug(
573579
endpoint="/v0.4/traces", data_path="$", condition=context.library >= "[email protected]", ticket="APMAPI-1161"
574580
),
@@ -619,6 +625,12 @@ def pytest_sessionfinish(self, session, exitstatus):
619625
self._test_schemas(session, interfaces.library, library_bugs)
620626

621627
agent_bugs = [
628+
_SchemaBug(
629+
endpoint="/api/v2/debugger",
630+
data_path="$",
631+
condition=context.library > "[email protected]",
632+
ticket="DEBUG-3487",
633+
),
622634
_SchemaBug(
623635
endpoint="/api/v2/apmtelemetry",
624636
data_path="$.payload.configuration[]",

0 commit comments

Comments
 (0)