Skip to content
代码片段 群组 项目
未验证 提交 a02d689f 编辑于 作者: Joey Robichaud's avatar Joey Robichaud 提交者: GitHub
浏览文件

Merge pull request #37764 from JoeRobich/skip-legacy-editorconfig-tests

Skip tests requiring legacy EditorConfig
No related branches found
No related tags found
无相关合并请求
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Microsoft.CodeAnalysis.Options.EditorConfig;
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using Roslyn.Test.Utilities;
namespace Microsoft.VisualStudio.IntegrationTest.Utilities
{
public sealed class LegacyEditorConfigCondition : ExecutionCondition
{
// Run legacy .editorconfig tests until our infrastructure is ready to test the
// Skip legacy .editorconfig tests until our infrastructure is ready to test the
// compiler support. Waiting for https://devdiv.visualstudio.com/DevDiv/_workitems/edit/839836
public override bool ShouldSkip => false;
public override bool ShouldSkip => true;
public override string SkipReason => "Test is only supported with our legacy .editorconfig support";
}
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册