Skip to content

Commit

Permalink
Merge branch 'main' into nodejs_user_tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-id authored Jan 31, 2025
2 parents f50c0fa + 81c51e5 commit a6882bf
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions tests/appsec/iast/sink/test_code_injection.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This product includes software developed at Datadog (https://www.datadoghq.com/).
# Copyright 2021 Datadog, Inc.

from utils import context, missing_feature, features, rfc, weblog
from utils import features, rfc, weblog
from ..utils import BaseSinkTest, validate_stack_traces


Expand All @@ -19,10 +19,6 @@ class TestCodeInjection(BaseSinkTest):
"nodejs": {"express4": "iast/index.js", "express4-typescript": "iast.ts", "express5": "iast/index.js"},
}

@missing_feature(library="nodejs", reason="Instrumented metric not implemented")
def test_telemetry_metric_instrumented_sink(self):
super().test_telemetry_metric_instrumented_sink()


@rfc(
"https://docs.google.com/document/d/1ga7yCKq2htgcwgQsInYZKktV0hNlv4drY9XzSxT-o5U/edit?tab=t.0#heading=h.d0f5wzmlfhat"
Expand Down

0 comments on commit a6882bf

Please sign in to comment.