diff --git a/src/tools/compiletest/src/main.rs b/src/tools/compiletest/src/main.rs index 4afeb361331..114cfaf7972 100644 --- a/src/tools/compiletest/src/main.rs +++ b/src/tools/compiletest/src/main.rs @@ -313,6 +313,7 @@ pub fn test_opts(config: &Config) -> test::TestOpts { }, color: test::AutoColor, test_threads: None, + skip: vec![], } }