Skip to content

Commit c53382d

Browse files
authored
Skip flaky test (#42382)
1 parent 0379378 commit c53382d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/dotnet.Tests/CommandTests/ToolInstallCommandTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public void WhenRunWithBothGlobalAndToolPathShowErrorMessage()
3636
"--global --tool-path"));
3737
}
3838

39-
[Fact]
39+
[Fact(Skip = "https://github.com/dotnet/sdk/issues/42346")]
4040
public void WhenRunWithRoot()
4141
{
4242
Directory.CreateDirectory("/tmp/folder/sub");

0 commit comments

Comments
 (0)