We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 632e844 commit a336fe7Copy full SHA for a336fe7
test/dotnet-watch.Tests/HotReload/ApplyDeltaTests.cs
@@ -122,7 +122,7 @@ public async Task BlazorWasm()
122
}
123
124
// Test is timing out on .NET Framework: https://github.com/dotnet/sdk/issues/41669
125
- [CoreMSBuildOnlyFact]
+ [CoreMSBuildOnlyFact(Skip = "https://github.com/dotnet/sdk/issues/42850")]
126
public async Task HandleMissingAssemblyFailure()
127
{
128
var testAsset = TestAssets.CopyTestAsset("WatchAppMissingAssemblyFailure")
0 commit comments