Fix Xunit skip attribute
This commit is contained in:
parent
dd13c8737a
commit
b89103fd5f
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Reference in New Issue