Skip to content

Commit 0d09e4f

Browse files
committed
update test
1 parent a4146d6 commit 0d09e4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/integration/test_integration_snapshots.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -282,8 +282,8 @@ def test_setting_span_tags_and_metrics_generates_no_error_logs():
282282
s.finish()
283283

284284

285-
@parametrize_with_all_encodings
286-
@mark_snapshot
285+
@pytest.mark.parametrize("encoding", ["v0.4", "v0.5"])
286+
@pytest.mark.snapshot()
287287
def test_encode_span_with_large_string_attributes():
288288
from ddtrace import tracer
289289

0 commit comments

Comments
 (0)