Skip to content

Commit fc8e8b2

Browse files
committed
disable translate-c test until upstream issue is resolved
1 parent 308fe64 commit fc8e8b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/language_features/cimport.zig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ test "zig compile server - translate c" {
1818
defer result1.deinit(allocator);
1919
try std.testing.expect(result1 == .success);
2020

21+
if (true) return error.SkipZigTest; // https://github.com/ziglang/zig/issues/25393
2122
var result2 = try testTranslate(
2223
\\#include <this_file_doesnt_exist>
2324
);

0 commit comments

Comments
 (0)