66import 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
1010from utils .interfaces ._library .miscs import validate_process_tags
1111
1212
@@ -213,6 +213,7 @@ class Test_Debugger_Line_Probe_Snaphots(BaseDebuggerProbeSnaphotTest):
213213 def setup_log_line_snapshot (self ):
214214 self ._setup ("probe_snapshot_log_line" , "/debugger/log" , "log" , lines = None )
215215
216+ @bug (context .library == "nodejs" , reason = "DEBUG-4611" )
216217 def test_log_line_snapshot (self ):
217218 self ._assert ()
218219 self ._validate_snapshots ()
@@ -223,7 +224,6 @@ def setup_log_line_snapshot_debug_track(self):
223224
224225 @missing_feature (context .library == "ruby" , reason = "DEBUG-4343" )
225226 @missing_feature (context .library == "nodejs" , reason = "DEBUG-4345" )
226- @missing_feature (context .library == "java" , reason = "APMRP-360" )
227227 def test_log_line_snapshot_debug_track (self ):
228228 """Test that the library sends snapshots to the debug track endpoint (fallback or not)"""
229229 self ._assert ()
@@ -235,7 +235,7 @@ def setup_log_line_snapshot_new_destination(self):
235235
236236 @missing_feature (context .library == "ruby" , reason = "DEBUG-4343" )
237237 @missing_feature (context .library == "nodejs" , reason = "DEBUG-4345" )
238- @missing_feature (context .library == "java " , reason = "APMRP-360" )
238+ @missing_feature (context .agent_version < "7.72.0 " , reason = "Endpoint was introduced in 7.72.0" , force_skip = True )
239239 def test_log_line_snapshot_new_destination (self ):
240240 """Test that the library sends snapshots to the debugger/v2/input endpoint"""
241241 self ._assert ()
@@ -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" , reason = "DEBUG-4611" )
301302 def test_log_line_snapshot (self ):
302303 self ._assert ()
303304 self ._validate_snapshots ()
0 commit comments