Skip to content

Commit 8a69cd5

Browse files
committed
rm comment
1 parent b3dcd49 commit 8a69cd5

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

e2e/src/test/java/no/sysco/testing/kafka/e2e/ContainersIT.java

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -89,15 +89,6 @@ public void data_pipeline_flow_success() {
8989
.then()
9090
.statusCode(202);
9191

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-
10192
await()
10293
.atMost(70, TimeUnit.SECONDS)
10394
.untilAsserted(

0 commit comments

Comments
 (0)