From b5ff84ffb3eef66afff5c8cb0022b265acafef20 Mon Sep 17 00:00:00 2001 From: Tomas Matousek Date: Sun, 16 Sep 2018 10:07:01 -0700 Subject: [PATCH] Skip 4.7.2 specific test --- src/Compilers/CSharp/Test/CommandLine/CommandLineTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Compilers/CSharp/Test/CommandLine/CommandLineTests.cs b/src/Compilers/CSharp/Test/CommandLine/CommandLineTests.cs index 10ae8aff2bf..601504796f4 100644 --- a/src/Compilers/CSharp/Test/CommandLine/CommandLineTests.cs +++ b/src/Compilers/CSharp/Test/CommandLine/CommandLineTests.cs @@ -9864,7 +9864,7 @@ public void MissingCompilerAssembly() result.Output.Trim()); } - [ConditionalFact(typeof(IsEnglishLocal))] + [ConditionalFact(typeof(IsEnglishLocal), AlwaysSkip = "TODO")] public void LoadingAnalyzerNetStandard13() { var analyzerFileName = "AnalyzerNS13.dll"; -- GitLab