Skip to content

Commit 8ad805b

Browse files
authored
Unskip targeting pack tests
1 parent 52065f4 commit 8ad805b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Framework/test/TargetingPackTests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public TargetingPackTests(ITestOutputHelper output)
2828
_targetingPackRoot = Path.Combine(TestData.GetTestDataValue("TargetingPackLayoutRoot"), "packs", "Microsoft.AspNetCore.App.Ref", TestData.GetTestDataValue("TargetingPackVersion"));
2929
}
3030

31-
[Fact(Skip="https://github.com/aspnet/AspNetCore/issues/14832")]
31+
[Fact]
3232
public void AssembliesAreReferenceAssemblies()
3333
{
3434
IEnumerable<string> dlls = Directory.GetFiles(_targetingPackRoot, "*.dll", SearchOption.AllDirectories);
@@ -55,7 +55,7 @@ public void AssembliesAreReferenceAssemblies()
5555
});
5656
}
5757

58-
[Fact(Skip="https://github.com/aspnet/AspNetCore/issues/14832")]
58+
[Fact]
5959
public void PlatformManifestListsAllFiles()
6060
{
6161
var platformManifestPath = Path.Combine(_targetingPackRoot, "data", "PlatformManifest.txt");

0 commit comments

Comments
 (0)