提交 ad74cb62 编写于 作者: A Andy Gocke

Skip tests that depended on portable provider

上级 1ca0d531
...@@ -5826,7 +5826,7 @@ public void EmittedSubsystemVersion() ...@@ -5826,7 +5826,7 @@ public void EmittedSubsystemVersion()
Assert.Equal(1, peHeaders.PEHeader.MinorSubsystemVersion); Assert.Equal(1, peHeaders.PEHeader.MinorSubsystemVersion);
} }
[Fact] [Fact(Skip = "https://github.com/dotnet/roslyn/pull/23529")]
public void CreateCompilationWithKeyFile() public void CreateCompilationWithKeyFile()
{ {
string source = @" string source = @"
......
...@@ -107,7 +107,7 @@ End Module ...@@ -107,7 +107,7 @@ End Module
Assert.Equal("", output.ToString().Trim()) Assert.Equal("", output.ToString().Trim())
End Sub End Sub
<Fact> <Fact(Skip = "https://github.com/dotnet/roslyn/pull/23529")>
Public Sub CreateCompilationWithKeyFile() Public Sub CreateCompilationWithKeyFile()
Dim source = " Dim source = "
Public Class C Public Class C
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册