Skip to content

Commit f51fa77

Browse files
committed
Fix Xunit skip attribute
1 parent b56de6b commit f51fa77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Framework/test/TargetingPackTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public void AssembliesAreReferenceAssemblies()
5656
}
5757

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

0 commit comments

Comments
 (0)