Fix Xunit skip attribute
This commit is contained in:
parent
dd13c8737a
commit
b89103fd5f
|
|
@ -55,8 +55,7 @@ namespace Microsoft.AspNetCore
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
[Fact]
|
[Fact(Skip="https://github.com/aspnet/AspNetCore/issues/14832")]
|
||||||
[Skip]
|
|
||||||
public void PlatformManifestListsAllFiles()
|
public void PlatformManifestListsAllFiles()
|
||||||
{
|
{
|
||||||
var platformManifestPath = Path.Combine(_targetingPackRoot, "data", "PlatformManifest.txt");
|
var platformManifestPath = Path.Combine(_targetingPackRoot, "data", "PlatformManifest.txt");
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue