Skip to content

Commit 8179163

Browse files
committed
Enable HostRestart
1 parent 64d0ee9 commit 8179163

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
@@ -394,7 +394,7 @@ public enum UpdateLocation
394394
TopFunction,
395395
}
396396

397-
[PlatformSpecificTheory(TestPlatforms.Windows | TestPlatforms.OSX, Skip = "https://github.com/dotnet/sdk/issues/49307")]
397+
[Theory]
398398
[CombinatorialData]
399399
public async Task HostRestart(UpdateLocation updateLocation)
400400
{

0 commit comments

Comments
 (0)