Skip to content

Commit 43b7618

Browse files
authored
Disable sporadically failing test for now (#1795)
1 parent f183c87 commit 43b7618

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

consistent-sampling/src/test/java/io/opentelemetry/contrib/sampler/consistent/ConsistentReservoirSamplingSpanProcessorTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
import org.hipparchus.distribution.discrete.BinomialDistribution;
4848
import org.hipparchus.stat.inference.GTest;
4949
import org.hipparchus.stat.inference.TTest;
50+
import org.junit.jupiter.api.Disabled;
5051
import org.junit.jupiter.api.Test;
5152
import org.junit.jupiter.api.Timeout;
5253
import org.mockito.ArgumentMatcher;
@@ -621,6 +622,7 @@ private void testConsistentSampling(
621622
shutdown(sdkTracerProvider);
622623
}
623624

625+
@Disabled("https://github.com/open-telemetry/opentelemetry-java-contrib/issues/1602")
624626
@Test
625627
@Timeout(1000)
626628
void testConsistentSampling() {

0 commit comments

Comments
 (0)