提交 338f4880 编写于 作者: J Jason Malinowski

Skip .editorconfig discovery test for now

Our CI machines don't have a new enough MSBuild to support this; adding
it is tracked by https://github.com/dotnet/core-eng/issues/6424 which
is currently underway but there's no reason to hold up the larger
work on the test.
上级 7f115587
......@@ -3628,7 +3628,7 @@ public async Task TestDuplicateProjectReference()
}
}
[ConditionalFact(typeof(VisualStudioMSBuildInstalled)), Trait(Traits.Feature, Traits.Features.MSBuildWorkspace)]
[ConditionalFact(typeof(VisualStudioMSBuildInstalled), AlwaysSkip = "https://github.com/dotnet/core-eng/issues/6424"), Trait(Traits.Feature, Traits.Features.MSBuildWorkspace)]
public async Task TestEditorConfigDiscovery()
{
var files = GetSimpleCSharpSolutionFiles()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册