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 b3dcd49 commit 8a69cd5Copy full SHA for 8a69cd5
e2e/src/test/java/no/sysco/testing/kafka/e2e/ContainersIT.java
@@ -89,15 +89,6 @@ public void data_pipeline_flow_success() {
89
.then()
90
.statusCode(202);
91
92
- //await()
93
- // .pollDelay(5, TimeUnit.SECONDS)
94
- // .until(
95
- // () -> {
96
- // System.out.println("Materializer LOG");
97
- // System.out.println(httpMaterializer.getLogs());
98
- // return true;
99
- // });
100
-
101
await()
102
.atMost(70, TimeUnit.SECONDS)
103
.untilAsserted(
0 commit comments