Skip to content

Commit 19678fc

Browse files
authored
test: re-enable test since not flaky anymore (#16287)
Fixes in #16052 Resolves #16047
2 parents 9fa462f + 60d59c9 commit 19678fc

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tests/testsuite/package.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2949,10 +2949,7 @@ src/lib.rs
29492949
.run();
29502950
}
29512951

2952-
#[cargo_test(
2953-
nightly,
2954-
reason = "temporarily due to flakiness: https://rust-lang.zulipchat.com/#narrow/channel/246057-t-cargo/topic/reserved_windows_name.20test.20failing/with/543085230"
2955-
)]
2952+
#[cargo_test]
29562953
#[cfg(windows)]
29572954
fn reserved_windows_name() {
29582955
// If we are running on a version of Windows that allows these reserved filenames,

0 commit comments

Comments
 (0)