Skip to content

Commit

Permalink
chore: Adjust for disabled test dotnet#42850
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban committed Sep 12, 2024
1 parent 31458e9 commit 99cf50d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/dotnet-watch.Tests/HotReload/ApplyDeltaTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ public async Task BlazorWasm()
}

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

0 comments on commit 99cf50d

Please sign in to comment.