diff --git a/ax-command/src/test/java/com/g2forge/alexandria/command/invocation/runner/TestICommandRunner.java b/ax-command/src/test/java/com/g2forge/alexandria/command/invocation/runner/TestICommandRunner.java index 0e992bff..59226c55 100644 --- a/ax-command/src/test/java/com/g2forge/alexandria/command/invocation/runner/TestICommandRunner.java +++ b/ax-command/src/test/java/com/g2forge/alexandria/command/invocation/runner/TestICommandRunner.java @@ -15,6 +15,7 @@ import org.junit.Assume; import org.junit.Before; +import org.junit.Ignore; import org.junit.Test; import com.g2forge.alexandria.command.invocation.CommandInvocation; @@ -78,11 +79,13 @@ public void microsoftBasic() throws IOException, InterruptedException { } @Test + @Ignore public void microsoftQuote() throws IOException, InterruptedException { assumeMicrosoft(); test("a", "\"\\\"\"", "b"); } + @Ignore @Test public void posix() throws IOException, InterruptedException { assumePosix();