Skip to content

Commit e45c995

Browse files
committed
[java] skip schema check for APMAPI-1161
1 parent 974103c commit e45c995

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

utils/_context/_scenarios/endtoend.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -569,6 +569,9 @@ def _wait_interface(self, interface, timeout):
569569

570570
def pytest_sessionfinish(self, session, exitstatus):
571571
library_bugs = [
572+
_SchemaBug(
573+
endpoint="/v0.4/traces", data_path="$", condition=context.library >= "[email protected]", ticket="APMAPI-1161"
574+
),
572575
_SchemaBug(
573576
endpoint="/telemetry/proxy/api/v2/apmtelemetry",
574577
data_path="$.payload.configuration[]",

0 commit comments

Comments
 (0)