Skip to content

Commit 5b82ee2

Browse files
committed
Disable EPOLL due to netty/netty#15922
1 parent c61326f commit 5b82ee2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/src/test/java/io/netty/loom/VirtualMultithreadIoEventLoopGroupTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ boolean isLocal() {
7070
boolean isAvailable() {
7171
return switch (this) {
7272
case NIO -> true;
73-
// TODO disable EPOLL due to https://github.com/netty/netty/issues/15922
73+
// TODO disable EPOLL due to https://github.com/netty/netty/issues/15922
7474
case EPOLL -> false;
7575
case IO_URING -> IoUring.isAvailable();
7676
case LOCAL -> true;

0 commit comments

Comments
 (0)