Skip to content

Commit 801d9b4

Browse files
authored
chore: Disabled reserved_windows_name test temporaily (#16048)
### What does this PR try to resolve? [#t-cargo > reserved_windows_name test failing @ 💬](https://rust-lang.zulipchat.com/#narrow/channel/246057-t-cargo/topic/reserved_windows_name.20test.20failing/near/543065530) r? @weihanglo
2 parents 029de48 + b397379 commit 801d9b4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/testsuite/package.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2934,7 +2934,9 @@ src/lib.rs
29342934
.run();
29352935
}
29362936

2937-
#[cargo_test]
2937+
#[cargo_test(
2938+
ignore_windows = "temporarily disabling due to flakiness: https://rust-lang.zulipchat.com/#narrow/channel/246057-t-cargo/topic/reserved_windows_name.20test.20failing/with/543085230"
2939+
)]
29382940
#[cfg(windows)]
29392941
fn reserved_windows_name() {
29402942
// If we are running on a version of Windows that allows these reserved filenames,

0 commit comments

Comments
 (0)