ignore in different order

Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
This commit is contained in:
Anton-4 2023-03-24 18:00:14 +01:00 committed by GitHub
parent c48c8f6d2c
commit cae7d5eaba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1885,9 +1885,9 @@ mod test {
assert_eq!("Hello foo\n", windows_test(test_internal_relocations))
}
#[ignore]
#[serial(zig_build)]
#[test]
#[serial(zig_build)]
#[ignore]
fn app_internal_relocations_wine() {
assert_eq!("Hello foo\n", wine_test(test_internal_relocations))
}