We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 148ea17 commit 588876bCopy full SHA for 588876b
test/dotnet-watch.Tests/Watch/NoDepsAppTests.cs
@@ -7,7 +7,7 @@ public class NoDepsAppTests(ITestOutputHelper logger) : DotNetWatchTestBase(logg
7
{
8
private const string AppName = "WatchNoDepsApp";
9
10
- [Fact]
+ [Fact(Skip = "https://github.com/dotnet/sdk/issues/42921")]
11
public async Task RestartProcessOnFileChange()
12
13
var testAsset = TestAssets.CopyTestAsset(AppName)
0 commit comments