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 719e8b1 commit bf987ddCopy full SHA for bf987dd
src/test/java/com/influxdb/v3/client/ITQueryWrite.java
@@ -435,9 +435,6 @@ public void queryTimeoutSuperceededByGrpcOptTest() {
435
});
436
}
437
438
-
439
- // Assertions.assertThat(thrown).isInstanceOf(FlightRuntimeException.class);
440
- // Assertions.assertThat(thrown.getMessage()).matches(".*deadline.*exceeded.*");
441
442
443
@EnabledIfEnvironmentVariable(named = "TESTING_INFLUXDB_URL", matches = ".*")
0 commit comments