Skip to content

Commit 7c889a2

Browse files
committed
auto merge of #10733 : alexcrichton/rust/ignore-on-windows, r=pcwalton
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.
2 parents 1998b3e + f1cbfce commit 7c889a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libstd/rt/deque.rs

+1
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)