Skip to content

Commit f1cbfce

Browse files
committed
Ignore a deque test on windows
I've seen this fail on windows twice now, and it's not clear to me why it's failing. For now, ignore it on that platform while investigation enuses.
1 parent dd1184e commit f1cbfce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libstd/rt/deque.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -590,6 +590,7 @@ mod tests {
590590
}
591591

592592
#[test]
593+
#[ignore(cfg(windows))] // apparently windows scheduling is weird?
593594
fn no_starvation() {
594595
static AMT: int = 10000;
595596
static NTHREADS: int = 4;

0 commit comments

Comments
 (0)