Skip to content

Commit f5b9d69

Browse files
committed
Skip failing dotnet-watch tests
1 parent 74a28f7 commit f5b9d69

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public static void Print()
6767
await App.AssertOutputLineStartsWith("Changed!");
6868
}
6969

70-
[Theory]
70+
[Theory(Skip = "https://github.com/dotnet/sdk/issues/49307")]
7171
[CombinatorialData]
7272
public async Task AutoRestartOnRudeEdit(bool nonInteractive)
7373
{

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@ public enum DirectoryKind
540540
Obj,
541541
}
542542

543-
[Theory]
543+
[Theory(Skip = "https://github.com/dotnet/sdk/issues/49307")]
544544
[CombinatorialData]
545545
public async Task IgnoredChange(bool isExisting, bool isIncluded, DirectoryKind directoryKind)
546546
{

0 commit comments

Comments
 (0)