Skip to content

Commit bf987dd

Browse files
committed
chore: remove commented assertions.
1 parent 719e8b1 commit bf987dd

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/test/java/com/influxdb/v3/client/ITQueryWrite.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -435,9 +435,6 @@ public void queryTimeoutSuperceededByGrpcOptTest() {
435435
});
436436
}
437437
});
438-
439-
// Assertions.assertThat(thrown).isInstanceOf(FlightRuntimeException.class);
440-
// Assertions.assertThat(thrown.getMessage()).matches(".*deadline.*exceeded.*");
441438
}
442439

443440
@EnabledIfEnvironmentVariable(named = "TESTING_INFLUXDB_URL", matches = ".*")

0 commit comments

Comments
 (0)