Skip to content

Commit 442a25e

Browse files
tmatlbussell
authored andcommitted
Skip failing test PublishClickOnceWithPublishProfile
1 parent 0f00fc2 commit 442a25e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Tests/Microsoft.NET.Publish.Tests/GivenThatWeWantToPublishToClickOnce.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public GivenThatWeWantToPublishAClickOnceProject(ITestOutputHelper log) : base(l
2323
{
2424
}
2525

26-
[FullMSBuildOnlyTheory]
26+
[FullMSBuildOnlyTheory(Skip = "https://github.com/dotnet/sdk/issues/27766")]
2727
[InlineData(false)]
2828
[InlineData(true)]
2929
public void PublishClickOnceWithPublishProfile(bool? publishSingleFile)

0 commit comments

Comments
 (0)