We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91ab11e commit a009491Copy full SHA for a009491
test/Microsoft.TemplateEngine.Cli.UnitTests/ParserTests/TabCompletionTests.cs
@@ -441,6 +441,7 @@ public void CanCompleteTypes()
441
}
442
443
[Fact]
444
+ [SkipOnPlatform(TestPlatforms.Linux, "https://github.com/dotnet/sdk/issues/46212")]
445
public void CanIgnoreTemplateGroupsWithConstraints()
446
{
447
MockTemplateInfo template1 = new MockTemplateInfo("foo1", identity: "foo.1")
0 commit comments