Fix Xunit skip attribute

This commit is contained in:
wtgodbe 2019-10-08 11:18:37 -07:00
parent dd13c8737a
commit b89103fd5f
1 changed files with 1 additions and 2 deletions

View File

@ -55,8 +55,7 @@ namespace Microsoft.AspNetCore
});
}
[Fact]
[Skip]
[Fact(Skip="https://github.com/aspnet/AspNetCore/issues/14832")]
public void PlatformManifestListsAllFiles()
{
var platformManifestPath = Path.Combine(_targetingPackRoot, "data", "PlatformManifest.txt");