Skip to content

Commit a58f36c

Browse files
committed
remove flaky annotation
1 parent 28509ea commit a58f36c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

dd-trace-core/src/test/java/datadog/trace/core/baggage/BaggagePropagatorTelemetryTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ void shouldIncrementTelemetryCounterWhenBaggageIsSuccessfullyExtracted() {
7575
assertTrue(baggageMetric.tags.contains("header_style:baggage"));
7676
}
7777

78-
@Flaky
7978
@Test
8079
void shouldDirectlyIncrementAllBaggageMetrics() {
8180
BaggageMetrics baggageMetrics = BaggageMetrics.getInstance();

0 commit comments

Comments
 (0)