skip advanced_recursive_union

see #5924
This commit is contained in:
Anton-4 2024-06-19 15:37:14 +02:00
parent 212c736806
commit c54c0e9741
No known key found for this signature in database
GPG Key ID: 0971D718C0A9B937

View File

@ -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))) {