Skip to content

Commit 87de708

Browse files
authored
Fix flaky aws remote sampler test (#2051)
1 parent e610113 commit 87de708

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

aws-xray/src/test/java/io/opentelemetry/contrib/awsxray/AwsXrayRemoteSamplerTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,6 @@ void testJitterTruncation() {
196196
.setEndpoint(server.httpUri().toString())
197197
.setPollingInterval(Duration.ofMinutes(5))
198198
.build()) {
199-
assertThat(samplerWithLongerPollingInterval.getNextSamplerUpdateScheduledDuration()).isNull();
200199
await()
201200
.untilAsserted(
202201
() -> {

0 commit comments

Comments
 (0)