remove test skips introduced to workaround #2536
This commit is contained in:
parent
7e0714d781
commit
498bd3b40f
1 changed files with 2 additions and 2 deletions
|
@ -178,7 +178,7 @@ namespace Microsoft.DotNet.Tools.Publish.Tests
|
|||
publishCommand.Execute().Should().Pass();
|
||||
}
|
||||
|
||||
[Fact(Skip="https://github.com/dotnet/cli/issues/2536")]
|
||||
[Fact]
|
||||
public void PublishedLibraryShouldOutputDependenciesAndNoHost()
|
||||
{
|
||||
TestInstance instance = TestAssetsManager.CreateTestInstance(Path.Combine("TestAppWithLibrary"))
|
||||
|
@ -195,7 +195,7 @@ namespace Microsoft.DotNet.Tools.Publish.Tests
|
|||
publishCommand.GetOutputDirectory().Should().HaveFile("System.Runtime.dll");
|
||||
}
|
||||
|
||||
[WindowsOnlyFact(Skip="https://github.com/dotnet/cli/issues/2536")]
|
||||
[WindowsOnlyFact()]
|
||||
public void TestLibraryBindingRedirectGeneration()
|
||||
{
|
||||
TestInstance instance = TestAssetsManager.CreateTestInstance("TestBindingRedirectGeneration")
|
||||
|
|
Loading…
Add table
Reference in a new issue