Skip to content

Commit

Permalink
Disable more flaky tests
Browse files Browse the repository at this point in the history
  • Loading branch information
David Poeschl committed Mar 13, 2017
1 parent e91ac03 commit 957036d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ public CSharpFindReferences(VisualStudioInstanceFactory instanceFactory)
{
}

[Fact, Trait(Traits.Feature, Traits.Features.FindReferences)]
[Fact(Skip = "https://github.com/dotnet/roslyn/issues/17634"),
Trait(Traits.Feature, Traits.Features.FindReferences)]
public void FindReferencesToCtor()
{
SetUpEditor(@"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public void ForEachStatement()
VerifyLastReplOutputContains(@"c:\windows\win.ini");
}

[Fact]
[Fact(Skip = "https://github.com/dotnet/roslyn/issues/17634")]
public void TopLevelMethod()
{
SubmitText(@"int Fac(int x)
Expand Down

0 comments on commit 957036d

Please sign in to comment.