Skip to content

Commit 23c1f9b

Browse files
committed
auto merge of rust-lang#16873 : alexcrichton/rust/ignore-deadlocks, r=sfackler
This test apparently keeps making no progress and timing out builds on the OSX builder, so this commit is switching the test to be ignored. cc rust-lang#16872
2 parents f297366 + e29059f commit 23c1f9b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/test/run-pass/tcp-accept-stress.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11+
// ignore-macos #16872 spurious deadlock
12+
1113
#![feature(phase)]
1214

1315
#[phase(plugin)]

0 commit comments

Comments
 (0)