Skip to content

Commit 69c4246

Browse files
committed
Disable test
1 parent 400ad17 commit 69c4246

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public void It_cleans_before_single_file_publish()
5050
CheckPublishOutput(publishDir, expectedSingleExeFiles.Append("UserData.txt"), expectedNonSingleExeFiles);
5151
}
5252

53-
[Fact]
53+
[Fact(Skip = "https://github.com/dotnet/sdk/issues/50993")]
5454
public void It_cleans_between_renames()
5555
{
5656
var testProject = new TestProject()

0 commit comments

Comments
 (0)