Skip to content

Commit b397379

Browse files
committed
chore: Disabled reserved_windows_name test temporaily
1 parent ed8b696 commit b397379

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)