disable flaky DNSDaemonTest (#8374)

Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com>
This commit is contained in:
Sally MacFarlane
2025-03-05 09:38:43 +10:00
committed by GitHub
parent 84cd2660a0
commit 93e6135749

View File

@@ -28,6 +28,7 @@ import io.vertx.junit5.VertxTestContext;
import org.bouncycastle.jce.provider.BouncyCastleProvider;
import org.junit.jupiter.api.BeforeAll;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.DisplayName;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.extension.ExtendWith;
@@ -97,6 +98,7 @@ class DNSDaemonTest {
vertx.deployVerticle(dnsDaemon, options);
}
@Disabled("test is flaky see https://github.com/hyperledger/besu/issues/8373")
@Test
@DisplayName("Test DNS Daemon with periodic lookup to a mock DNS server")
void testDNSDaemonPeriodic(final Vertx vertx, final VertxTestContext testContext)