Skip to content

Commit 3df6714

Browse files
committed
Disable tests in windows
1 parent a30105d commit 3df6714

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

tests/run-pass/concurrency/concurrent_caller_location.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// ignore-windows: Concurrency on Windows is not supported yet.
2+
13
use std::thread::spawn;
24
use std::panic::Location;
35

tests/run-pass/concurrency/issue1643.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// ignore-windows: Concurrency on Windows is not supported yet.
2+
13
use std::thread::spawn;
24

35
fn initialize() {

0 commit comments

Comments
 (0)