Skip to content

Commit 5dc88fc

Browse files
authored
Skip BlazorWasm watch test as fallout from the net10 change
Per tmat
1 parent ea1d5b3 commit 5dc88fc

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
@@ -303,7 +303,7 @@ class AppUpdateHandler
303303
}
304304
}
305305

306-
[Theory]
306+
[Theory(Skip = "https://github.com/dotnet/sdk/issues/45299")]
307307
[CombinatorialData]
308308
public async Task BlazorWasm(bool projectSpecifiesCapabilities)
309309
{

0 commit comments

Comments
 (0)