Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DO NOT MERGE} Skip a few tests on osx #45419

Draft
wants to merge 10 commits into
base: release/9.0.2xx
Choose a base branch
from
Prev Previous commit
Next Next commit
Disable another
  • Loading branch information
Forgind committed Dec 24, 2024
commit df6513e7c2f79eb9d1939ac5ddc8b665cc937c31
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ namespace Microsoft.NET.Sdk.BlazorWebAssembly.Tests
public class BlazorLegacyIntegrationTest50(ITestOutputHelper log)
: IsolatedNuGetPackageFolderAspNetSdkBaselineTest(log, nameof(BlazorLegacyIntegrationTest50))
{
/*
[CoreMSBuildOnlyFact]
public void Build50Hosted_Works()
{
Expand Down Expand Up @@ -44,6 +45,7 @@ public void Build50Hosted_Works()
content.Should().Contain(Path.Combine("Client", "obj", "Debug", targetFramework, "scopedcss"));
content.Should().Contain(Path.Combine("Client", "wwwroot"));
}
*/

[CoreMSBuildOnlyFact]
public void Publish50Hosted_Works()
Expand Down
Loading