Skip to content

Commit 9d737ea

Browse files
authored
Unskip test case (#50031)
2 parents 0caf101 + c920ee3 commit 9d737ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Microsoft.NET.Publish.Tests/PublishItemsOutputGroupOutputsTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public PublishItemsOutputGroupOutputsTests(ITestOutputHelper log) : base(log)
2020

2121
[Theory]
2222
[InlineData(true, false)]
23-
[InlineData(true, true, Skip = "https://github.com/dotnet/sdk/issues/49926")]
23+
[InlineData(true, true)]
2424
[InlineData(false, false)]
2525
public void RunPublishItemsOutputGroupOutputsTest(bool specifyRid, bool singleFile)
2626
{

0 commit comments

Comments
 (0)