mirror of
https://github.com/ziglang/zig.git
synced 2024-11-26 15:12:31 +00:00
parent
7a29161e8e
commit
404a057f77
@ -3503,6 +3503,10 @@ test "accept multishot" {
|
||||
}
|
||||
|
||||
test "accept/connect/send_zc/recv" {
|
||||
if (true) {
|
||||
// https://github.com/ziglang/zig/issues/20212
|
||||
return error.SkipZigTest;
|
||||
}
|
||||
try skipKernelLessThan(.{ .major = 6, .minor = 0, .patch = 0 });
|
||||
|
||||
var ring = IoUring.init(16, 0) catch |err| switch (err) {
|
||||
|
Loading…
Reference in New Issue
Block a user