Skip to content

Commit

Permalink
fix: Fix DNSDaemonTest - remove flaky assertion
Browse files Browse the repository at this point in the history
Signed-off-by: Usman Saleem <usman@usmans.info>
  • Loading branch information
usmansaleem committed Oct 1, 2024
1 parent 9c80c9b commit 634f439
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,10 +136,4 @@ void testDNSDaemonPeriodic(final Vertx vertx, final VertxTestContext testContext
.setWorkerPoolSize(1);
vertx.deployVerticle(dnsDaemon, options);
}

@AfterEach
@DisplayName("Check that the vertx worker verticle is still there")
void lastChecks(final Vertx vertx) {
assertThat(vertx.deploymentIDs()).isNotEmpty().hasSize(2);
}
}

0 comments on commit 634f439

Please sign in to comment.