Ignore .sh-requiring tests on Windows

This commit is contained in:
cad97 2019-01-23 23:08:25 -05:00
parent d54cc9b5bc
commit 286b19f3da
2 changed files with 2 additions and 0 deletions

View File

@ -86,6 +86,7 @@ fn test_simple_precedence() {
/// Test expressions from rustc, like in `test_round_trip`.
#[test]
#[cfg_attr(target_os = "windows", ignore = "requires nix .sh")]
fn test_rustc_precedence() {
common::clone_rust();
let abort_after = common::abort_after();

View File

@ -34,6 +34,7 @@ mod common;
use common::eq::SpanlessEq;
#[test]
#[cfg_attr(target_os = "windows", ignore = "requires nix .sh")]
fn test_round_trip() {
common::clone_rust();
let abort_after = common::abort_after();