Skip to content

Commit c82496e

Browse files
committed
cleanup
1 parent 9a98abf commit c82496e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tools/server-boot/src/test/java/org/eclipse/rdf4j/tools/serverboot/ServerBootSignalIT.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
import org.eclipse.rdf4j.sail.memory.config.MemoryStoreConfig;
4949
import org.junit.jupiter.api.AfterEach;
5050
import org.junit.jupiter.api.BeforeEach;
51+
import org.junit.jupiter.api.Disabled;
5152
import org.junit.jupiter.api.Test;
5253
import org.junit.jupiter.api.condition.EnabledOnOs;
5354
import org.junit.jupiter.api.condition.OS;
@@ -85,6 +86,7 @@ void tearDown() {
8586
}
8687

8788
@Test
89+
@Disabled("Disabled due to flakiness on CI servers")
8890
void gracefullyStopsOnSigint() throws Exception {
8991
assertGracefulShutdownWithSigintFallback();
9092
}

0 commit comments

Comments
 (0)