Skip to content

Commit 483308c

Browse files
committed
Skip
1 parent 6971cbf commit 483308c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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+
[PlatformSpecificTheory(TestPlatforms.Windows)] // "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)