Skip to content

Commit 588876b

Browse files
author
Simon Zhao (BEYONDSOFT CONSULTING INC)
committed
Ignore the unstable case
1 parent 148ea17 commit 588876b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/dotnet-watch.Tests/Watch/NoDepsAppTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ public class NoDepsAppTests(ITestOutputHelper logger) : DotNetWatchTestBase(logg
77
{
88
private const string AppName = "WatchNoDepsApp";
99

10-
[Fact]
10+
[Fact(Skip = "https://github.com/dotnet/sdk/issues/42921")]
1111
public async Task RestartProcessOnFileChange()
1212
{
1313
var testAsset = TestAssets.CopyTestAsset(AppName)

0 commit comments

Comments
 (0)