Skip to content

Commit a009491

Browse files
authored
Skip CanIgnoreTemplateGroupsWithConstraints (#47173)
This test has been failing flakily with fairly high regularity, but I've almost always seen it fail on linux. Skipping on just linux for now
1 parent 91ab11e commit a009491

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/Microsoft.TemplateEngine.Cli.UnitTests/ParserTests/TabCompletionTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -441,6 +441,7 @@ public void CanCompleteTypes()
441441
}
442442

443443
[Fact]
444+
[SkipOnPlatform(TestPlatforms.Linux, "https://github.com/dotnet/sdk/issues/46212")]
444445
public void CanIgnoreTemplateGroupsWithConstraints()
445446
{
446447
MockTemplateInfo template1 = new MockTemplateInfo("foo1", identity: "foo.1")

0 commit comments

Comments
 (0)