Skip to content

Commit 4414db8

Browse files
committed
Update xfail reason for no_variables test.
1 parent b0b61bc commit 4414db8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_otel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ def test_variables(
487487
value = hexlify(getattr(span, value)).decode("utf-8")
488488
assert headers.get(name) == value
489489

490-
@pytest.mark.xfail(True, reason="otel variables are present when no trace")
490+
@pytest.mark.xfail(reason="otel variables are present when trace is off")
491491
@pytest.mark.parametrize("idx", [10, 11], ids=["trace off"] * 2)
492492
@pytest.mark.parametrize(
493493
("name", "value"),

0 commit comments

Comments
 (0)