Skip to content

Commit

Permalink
chore: Adjust for disabled test #42850
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban committed Sep 10, 2024
1 parent 632e844 commit a336fe7
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 a336fe7

Please sign in to comment.