Skip to content

Commit 221e476

Browse files
authored
Skip the AutoRestartOnRuntimeRudeEdit test for now. It doesn't fail in a way that we can easily known issue so disabling instead.
1 parent 7ae7ca5 commit 221e476

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/dotnet-watch.Tests/HotReload/ApplyDeltaTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ public async Task AutoRestartOnRudeEdit(bool nonInteractive)
440440
await App.WaitForOutputLineContaining(MessageDescriptor.HotReloadSucceeded);
441441
}
442442

443-
[Theory]
443+
[Theory(Skip = "https://github.com/dotnet/sdk/issues/51469")]
444444
[CombinatorialData]
445445
public async Task AutoRestartOnRuntimeRudeEdit(bool nonInteractive)
446446
{

0 commit comments

Comments
 (0)