From ad74cb622b383597c9eae8da416116c865b1d1c6 Mon Sep 17 00:00:00 2001 From: Andy Gocke Date: Fri, 1 Dec 2017 20:04:27 -0800 Subject: [PATCH] Skip tests that depended on portable provider --- src/Compilers/CSharp/Test/CommandLine/CommandLineTests.cs | 2 +- src/Compilers/VisualBasic/Test/CommandLine/CommandLineTests.vb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Compilers/CSharp/Test/CommandLine/CommandLineTests.cs b/src/Compilers/CSharp/Test/CommandLine/CommandLineTests.cs index 81078269f2a..bb1da8f905d 100644 --- a/src/Compilers/CSharp/Test/CommandLine/CommandLineTests.cs +++ b/src/Compilers/CSharp/Test/CommandLine/CommandLineTests.cs @@ -5826,7 +5826,7 @@ public void EmittedSubsystemVersion() Assert.Equal(1, peHeaders.PEHeader.MinorSubsystemVersion); } - [Fact] + [Fact(Skip = "https://github.com/dotnet/roslyn/pull/23529")] public void CreateCompilationWithKeyFile() { string source = @" diff --git a/src/Compilers/VisualBasic/Test/CommandLine/CommandLineTests.vb b/src/Compilers/VisualBasic/Test/CommandLine/CommandLineTests.vb index a20ed94d7c1..d090ad38ad3 100644 --- a/src/Compilers/VisualBasic/Test/CommandLine/CommandLineTests.vb +++ b/src/Compilers/VisualBasic/Test/CommandLine/CommandLineTests.vb @@ -107,7 +107,7 @@ End Module Assert.Equal("", output.ToString().Trim()) End Sub - + Public Sub CreateCompilationWithKeyFile() Dim source = " Public Class C -- GitLab