We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e610113 commit 87de708Copy full SHA for 87de708
aws-xray/src/test/java/io/opentelemetry/contrib/awsxray/AwsXrayRemoteSamplerTest.java
@@ -196,7 +196,6 @@ void testJitterTruncation() {
196
.setEndpoint(server.httpUri().toString())
197
.setPollingInterval(Duration.ofMinutes(5))
198
.build()) {
199
- assertThat(samplerWithLongerPollingInterval.getNextSamplerUpdateScheduledDuration()).isNull();
200
await()
201
.untilAsserted(
202
() -> {
0 commit comments