提交 2227434a 编写于 作者: D David Poeschl

Disable GenerateTypeDialog tests

They've been hanging the VS integration tests. I think CSharpToBasic or
BasicToCSharp is the culprit (can't remember which I've seen).
上级 be7085bb
......@@ -21,7 +21,7 @@ public CSharpGenerateTypeDialog(VisualStudioInstanceFactory instanceFactory)
{
}
[Fact, Trait(Traits.Feature, Traits.Features.CodeActionsGenerateType)]
[Fact(Skip = "https://github.com/dotnet/roslyn/issues/21154"), Trait(Traits.Feature, Traits.Features.CodeActionsGenerateType)]
public void OpenAndCloseDialog()
{
SetUpEditor(@"class C
......@@ -42,7 +42,7 @@ void Method()
GenerateTypeDialog.VerifyClosed();
}
[Fact, Trait(Traits.Feature, Traits.Features.CodeActionsGenerateType)]
[Fact(Skip = "https://github.com/dotnet/roslyn/issues/21154"), Trait(Traits.Feature, Traits.Features.CodeActionsGenerateType)]
public void CSharpToBasic()
{
var vbProj = new ProjectUtils.Project("VBProj");
......
......@@ -21,7 +21,7 @@ public BasicGenerateTypeDialog(VisualStudioInstanceFactory instanceFactory)
{
}
[Fact, Trait(Traits.Feature, Traits.Features.CodeActionsGenerateType)]
[Fact(Skip = "https://github.com/dotnet/roslyn/issues/21154"), Trait(Traits.Feature, Traits.Features.CodeActionsGenerateType)]
public void BasicToCSharp()
{
var csProj = new ProjectUtils.Project("CSProj");
......@@ -68,7 +68,7 @@ public struct A
}", actualText);
}
[Fact, Trait(Traits.Feature, Traits.Features.CodeActionsGenerateType)]
[Fact(Skip = "https://github.com/dotnet/roslyn/issues/21154"), Trait(Traits.Feature, Traits.Features.CodeActionsGenerateType)]
public void SameProject()
{
SetUpEditor(@"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册