| ... | @@ -848,11 +848,6 @@ test "writeBlockHuff" { | ... | @@ -848,11 +848,6 @@ test "writeBlockHuff" { |
| 848 | // Tests huffman encoding against reference files to detect possible regressions. | 848 | // Tests huffman encoding against reference files to detect possible regressions. |
| 849 | // If encoding/bit allocation changes you can regenerate these files | 849 | // If encoding/bit allocation changes you can regenerate these files |
| 850 | | 850 | |
| 851 | if (builtin.os.tag == .windows) { | | |
| 852 | // https://github.com/ziglang/zig/issues/13892 | | |
| 853 | return error.SkipZigTest; | | |
| 854 | } | | |
| 855 | | | |
| 856 | try testBlockHuff( | 851 | try testBlockHuff( |
| 857 | "huffman-null-max.input", | 852 | "huffman-null-max.input", |
| 858 | "huffman-null-max.golden", | 853 | "huffman-null-max.golden", |