mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 15:51:12 +00:00
parent
212c736806
commit
c54c0e9741
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ mod glue_cli_run {
|
|||
let test_name_str = stringify!($test_name);
|
||||
|
||||
// TODO after #5924 is fixed; remove this
|
||||
let skip_on_linux_surgical_linker = ["closures", "option", "nullable_wrapped", "enumeration", "nested_record"];
|
||||
let skip_on_linux_surgical_linker = ["closures", "option", "nullable_wrapped", "enumeration", "nested_record", "advanced_recursive_union"];
|
||||
|
||||
// Validate linux with the default linker.
|
||||
if !(cfg!(target_os = "linux") && (skip_on_linux_surgical_linker.contains(&test_name_str))) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue