Skip to content

Commit 4ca66e1

Browse files
author
v-wuzhai
authored
Remove Skip attribute from tests related to issue #47246 (#47247)
1 parent e849a9d commit 4ca66e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/dotnet-pack.Tests/PackTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ public void HasIncludedFiles()
104104
.And.Contain(e => e.FullName == "anotherpath/pack2.txt");
105105
}
106106

107-
[Fact(Skip = "Test project doesn't override assembly name")]
107+
[Fact(Skip = "https://github.com/dotnet/sdk/issues/47246")]
108108
public void PackAddsCorrectFilesForProjectsWithOutputNameSpecified()
109109
{
110110
var testInstance = _testAssetsManager.CopyTestAsset("LibraryWithOutputAssemblyName")

0 commit comments

Comments
 (0)