Disable tests in windows

This commit is contained in:
JCTyBlaidd 2020-12-07 23:43:19 +00:00 committed by JCTyblaidd
parent a30105df0b
commit 3df67141e6
2 changed files with 4 additions and 0 deletions

View file

@ -1,3 +1,5 @@
// ignore-windows: Concurrency on Windows is not supported yet.
use std::thread::spawn;
use std::panic::Location;

View file

@ -1,3 +1,5 @@
// ignore-windows: Concurrency on Windows is not supported yet.
use std::thread::spawn;
fn initialize() {