Revert "update libuv tests"

This reverts commit 2228675973.
pull/6/head
Mitchell Hashimoto 2022-08-17 11:36:08 -07:00
parent 2228675973
commit 37b854f77c
No known key found for this signature in database
GPG Key ID: 523D5DC389D273BC
1 changed files with 0 additions and 5 deletions

View File

@ -7,11 +7,6 @@ const testing = std.testing;
const libuv = @import("main.zig");
test "Async: cancel timer" {
// Not sure why, but failing in CI... but passes locally. It used
// to pass before we moved this out to a separate package so I don't
// know whats going on yet.
if (@import("builtin").cpu.arch != .aarch64) return error.SkipZigTest;
const alloc = testing.allocator;
var loop = try libuv.Loop.init(alloc);
defer loop.deinit(alloc);