Skip to content

Commit c920ee3

Browse files
author
Simon Zhao (BEYONDSOFT CONSULTING INC)
committed
Unskip test case
1 parent 5f0b2ce commit c920ee3

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)