ignore broken test

This commit is contained in:
Fabian Schmalzried 2024-04-02 16:14:49 +02:00
parent 4066d56b24
commit a9a243678a
No known key found for this signature in database
GPG key ID: D691D5DA4CEF42E7

View file

@ -520,6 +520,7 @@ mod cli_run {
#[test]
#[serial(zig_platform_parser_package_basic_cli_url)]
#[cfg_attr(windows, ignore)]
#[ignore = "bug with surgical linker: https://github.com/roc-lang/roc/pull/6591#issuecomment-2030983248"]
fn platform_switching_zig() {
test_roc_app_slim(
"examples/platform-switching",