Disable tests in windows
This commit is contained in:
parent
a30105df0b
commit
3df67141e6
2 changed files with 4 additions and 0 deletions
|
|
@ -1,3 +1,5 @@
|
|||
// ignore-windows: Concurrency on Windows is not supported yet.
|
||||
|
||||
use std::thread::spawn;
|
||||
use std::panic::Location;
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
// ignore-windows: Concurrency on Windows is not supported yet.
|
||||
|
||||
use std::thread::spawn;
|
||||
|
||||
fn initialize() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue