diff --git a/Src/Compilers/CSharp/Test/CommandLine/CommandLineTests.cs b/Src/Compilers/CSharp/Test/CommandLine/CommandLineTests.cs index df45f806d10939799ffd8c465f38de25f74dd349..1b607990c711f493784d4af32f3aa706a5dff4d5 100644 --- a/Src/Compilers/CSharp/Test/CommandLine/CommandLineTests.cs +++ b/Src/Compilers/CSharp/Test/CommandLine/CommandLineTests.cs @@ -2553,7 +2553,7 @@ public void Usings() Diagnostic(ErrorCode.ERR_SwitchNeedsString).WithArguments("", "/u:")); } - [Fact] + [Fact(Skip = "939389")] public void WarningsErrors() { var parsedArgs = CSharpCommandLineParser.Default.Parse(new string[] { "/nowarn", "a.cs" }, baseDirectory); @@ -2665,7 +2665,7 @@ private static void AssertSpecificDiagnostics(int[] expectedCodes, ReportDiagnos AssertEx.Equal(expectedOptions, actualOrdered.Select(entry => entry.Value)); } - [Fact] + [Fact(Skip = "939389")] public void WarningsParse() { var parsedArgs = CSharpCommandLineParser.Default.Parse(new string[] { "/warnaserror", "a.cs" }, baseDirectory);