You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/testsuite/package.rs
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2934,7 +2934,9 @@ src/lib.rs
2934
2934
.run();
2935
2935
}
2936
2936
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
+
)]
2938
2940
#[cfg(windows)]
2939
2941
fnreserved_windows_name(){
2940
2942
// If we are running on a version of Windows that allows these reserved filenames,
0 commit comments