Skip to content

Commit aae9175

Browse files
committed
Fix flaky aws remote sampler test
1 parent d18102b commit aae9175

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)