We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4858c8 commit 2edec69Copy full SHA for 2edec69
test/dotnet-watch.Tests/HotReload/ApplyDeltaTests.cs
@@ -757,7 +757,7 @@ public static void PrintDirectoryName([CallerFilePathAttribute] string filePath
757
await App.AssertOutputLineStartsWith("> NewSubdir");
758
}
759
760
- [Fact]
+ [Fact(Skip = "https://github.com/dotnet/sdk/issues/49307")]
761
public async Task Aspire()
762
{
763
var tfm = ToolsetInfo.CurrentTargetFramework;
0 commit comments