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 7ae7ca5 commit 221e476Copy full SHA for 221e476
test/dotnet-watch.Tests/HotReload/ApplyDeltaTests.cs
@@ -440,7 +440,7 @@ public async Task AutoRestartOnRudeEdit(bool nonInteractive)
440
await App.WaitForOutputLineContaining(MessageDescriptor.HotReloadSucceeded);
441
}
442
443
- [Theory]
+ [Theory(Skip = "https://github.com/dotnet/sdk/issues/51469")]
444
[CombinatorialData]
445
public async Task AutoRestartOnRuntimeRudeEdit(bool nonInteractive)
446
{
0 commit comments