We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a98abf commit c82496eCopy full SHA for c82496e
1 file changed
tools/server-boot/src/test/java/org/eclipse/rdf4j/tools/serverboot/ServerBootSignalIT.java
@@ -48,6 +48,7 @@
48
import org.eclipse.rdf4j.sail.memory.config.MemoryStoreConfig;
49
import org.junit.jupiter.api.AfterEach;
50
import org.junit.jupiter.api.BeforeEach;
51
+import org.junit.jupiter.api.Disabled;
52
import org.junit.jupiter.api.Test;
53
import org.junit.jupiter.api.condition.EnabledOnOs;
54
import org.junit.jupiter.api.condition.OS;
@@ -85,6 +86,7 @@ void tearDown() {
85
86
}
87
88
@Test
89
+ @Disabled("Disabled due to flakiness on CI servers")
90
void gracefullyStopsOnSigint() throws Exception {
91
assertGracefulShutdownWithSigintFallback();
92
0 commit comments