Skip to content

Commit

Permalink
Merge pull request #27858 from dotnet/marcpopMSFT-skippublishtest
Browse files Browse the repository at this point in the history
Skip publish test that's failing because of a helix image update
  • Loading branch information
nagilson authored Sep 13, 2022
2 parents 584721c + a359f24 commit 573ebc6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public GivenThatWeWantToPublishAClickOnceProject(ITestOutputHelper log) : base(l
{
}

[FullMSBuildOnlyTheory]
[FullMSBuildOnlyTheory(Skip = "https://github.com/dotnet/sdk/issues/27766")]
[InlineData(false)]
[InlineData(true)]
public void PublishClickOnceWithPublishProfile(bool? publishSingleFile)
Expand Down

0 comments on commit 573ebc6

Please sign in to comment.