Skip to content

Commit a336fe7

Browse files
committed
chore: Adjust for disabled test #42850
1 parent 632e844 commit a336fe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ public async Task BlazorWasm()
122122
}
123123

124124
// Test is timing out on .NET Framework: https://github.com/dotnet/sdk/issues/41669
125-
[CoreMSBuildOnlyFact]
125+
[CoreMSBuildOnlyFact(Skip = "https://github.com/dotnet/sdk/issues/42850")]
126126
public async Task HandleMissingAssemblyFailure()
127127
{
128128
var testAsset = TestAssets.CopyTestAsset("WatchAppMissingAssemblyFailure")

0 commit comments

Comments
 (0)