mirror of
https://github.com/ziglang/zig.git
synced 2025-12-10 08:13:07 +00:00
std.crypto.CertificateBundle: disable test on WASI
This commit is contained in:
parent
7ed7bd247e
commit
22db1e166a
@ -448,7 +448,9 @@ const MapContext = struct {
|
||||
}
|
||||
};
|
||||
|
||||
test {
|
||||
test "scan for OS-provided certificates" {
|
||||
if (builtin.os.tag == .wasi) return error.SkipZigTest;
|
||||
|
||||
var bundle: CertificateBundle = .{};
|
||||
defer bundle.deinit(std.testing.allocator);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user