Skip to content

Commit 6726bca

Browse files
authored
Test is not run on linux by default. (kroxylicious#3183)
We should mabye revisit how it works. Signed-off-by: Sam Barker <sam@quadrocket.co.uk>
1 parent c9f7eb9 commit 6726bca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

kroxylicious-runtime/src/test/java/io/kroxylicious/proxy/KafkaProxyTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ void shouldFailToStartIfIouUringConfiguredAndUnavailable() throws Exception {
451451
"""), Features.defaultFeatures())) {
452452
// When
453453
// Then
454-
assertThatThrownBy(proxy::startup).isInstanceOf(IllegalStateException.class).hasMessageStartingWith("io_uring not available due to: ");
454+
assertThatThrownBy(proxy::startup).isInstanceOf(LifecycleException.class).hasMessageStartingWith("io_uring not available due to: ");
455455
}
456456
}
457457
}

0 commit comments

Comments
 (0)