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
Draft
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Comment out two more tests
  • Loading branch information
Forgind committed Dec 23, 2024
commit bd09f6f37ccde88588c2f7f24edbe9f5adafd996
Original file line number Diff line number Diff line change
Expand Up @@ -869,6 +869,7 @@ public void Publish_HostedApp_WithoutTrimming_Works()
assetsManifestPath: "custom-service-worker-assets.js");
}

/*
[Fact]
public void Publish_HostedApp_WithNoBuild_Works()
{
Expand Down Expand Up @@ -930,6 +931,7 @@ public void Publish_HostedApp_WithNoBuild_Works()
serviceWorkerContent: "// This is the production service worker",
assetsManifestPath: "custom-service-worker-assets.js");
}
*/

[Fact]
public void Publish_HostedApp_VisualStudio()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,7 @@ public void ItBuildsAndTestsAppWhenRestoringToSpecificDirectory()
result.ExitCode.Should().Be(1);
}

/*
[Theory]
[InlineData("q", false)]
[InlineData("m", false)]
Expand Down Expand Up @@ -372,6 +373,7 @@ public void ItUsesVerbosityPassedToDefineVerbosityOfConsoleLoggerOfTheTests(stri

result.ExitCode.Should().Be(1);
}
*/

[Fact]
public void ItTestsWithTheSpecifiedRuntimeOption()
Expand Down
Loading