mirror of
https://github.com/ziglang/zig.git
synced 2026-02-12 20:37:54 +00:00
disable flaky event test until post coroutine rewrite
This commit is contained in:
parent
94e52dba85
commit
a45807db22
@ -86,7 +86,7 @@ pub fn Future(comptime T: type) type {
|
||||
|
||||
test "std.event.Future" {
|
||||
// https://github.com/ziglang/zig/issues/1908
|
||||
if (builtin.single_threaded) return error.SkipZigTest;
|
||||
if (builtin.single_threaded or builtin.os != builtin.Os.linux) return error.SkipZigTest;
|
||||
|
||||
var da = std.heap.DirectAllocator.init();
|
||||
defer da.deinit();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user