mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-15 00:06:09 +03:00
Revert "update libuv tests"
This reverts commit 2228675973b789a938c0d5e30b138f3e5d88121e.
This commit is contained in:
@ -7,11 +7,6 @@ const testing = std.testing;
|
|||||||
const libuv = @import("main.zig");
|
const libuv = @import("main.zig");
|
||||||
|
|
||||||
test "Async: cancel timer" {
|
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;
|
const alloc = testing.allocator;
|
||||||
var loop = try libuv.Loop.init(alloc);
|
var loop = try libuv.Loop.init(alloc);
|
||||||
defer loop.deinit(alloc);
|
defer loop.deinit(alloc);
|
||||||
|
Reference in New Issue
Block a user