Skip to content

Commit c42c831

Browse files
committed
fix(debugger): require agent 7.72.0 great for endpoint test
1 parent bb7e6f7 commit c42c831

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/debugger/test_debugger_probe_snapshot.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,7 @@ def setup_log_line_snapshot_new_destination(self):
236236
@missing_feature(context.library == "dotnet", reason="DEBUG-4341")
237237
@missing_feature(context.library == "ruby", reason="DEBUG-4343")
238238
@missing_feature(context.library == "nodejs", reason="DEBUG-4345")
239+
@missing_feature(context.agent_version >= "7.72.0", reason="Endpoint was introduced in 7.72.0", force_skip=True)
239240
def test_log_line_snapshot_new_destination(self):
240241
"""Test that the library sends snapshots to the debugger/v2/input endpoint"""
241242
self._assert()

0 commit comments

Comments
 (0)