Skip to content

Commit c21fab1

Browse files
authored
skip test failing on net10 for now
1 parent e144a5d commit c21fab1

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
@@ -121,7 +121,7 @@ public async Task BlazorWasm()
121121
//await App.AssertOutputLineStartsWith(MessageDescriptor.HotReloadSucceeded);
122122
}
123123

124-
[Fact]
124+
[Fact(Skip = "https://github.com/dotnet/sdk/issues/42850")]
125125
public async Task BlazorWasm_MSBuildWarning()
126126
{
127127
var testAsset = TestAssets

0 commit comments

Comments
 (0)