| author | |
| committer | |
| log | 22db1e166a6e3721df21546209fbfe9df7ddc0c0 |
| tree | 1238c14a595c1f8d64de3a18b9b907652a67b675 |
| parent | 7ed7bd247ed301b2904379570ea86abd04c65618 |
1 files changed, 3 insertions(+), 1 deletions(-)
lib/std/crypto/CertificateBundle.zig+3-1| ... | @@ -448,7 +448,9 @@ const MapContext = struct { | ... | @@ -448,7 +448,9 @@ const MapContext = struct { |
| 448 | } | 448 | } |
| 449 | }; | 449 | }; |
| 450 | 450 | ||
| 451 | test { | 451 | test "scan for OS-provided certificates" { |
| 452 | if (builtin.os.tag == .wasi) return error.SkipZigTest; | ||
| 453 | |||
| 452 | var bundle: CertificateBundle = .{}; | 454 | var bundle: CertificateBundle = .{}; |
| 453 | defer bundle.deinit(std.testing.allocator); | 455 | defer bundle.deinit(std.testing.allocator); |
| 454 | 456 |