Skip to content

Commit

Permalink
Disable flaky tests EncapsulateThroughCommand
Browse files Browse the repository at this point in the history
See #19816
  • Loading branch information
sharwell committed Mar 29, 2018
1 parent 4070bfe commit 3c001e3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ static void Main(string[] args)
}
}";

[WpfFact, Trait(Traits.Feature, Traits.Features.EncapsulateField)]
[WpfFact(Skip = "https://github.com/dotnet/roslyn/issues/19816")]
[Trait(Traits.Feature, Traits.Features.EncapsulateField)]
public void EncapsulateThroughCommand()
{
SetUpEditor(TestSource);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ Sub Main()
End Sub
End Module";

[WpfFact, Trait(Traits.Feature, Traits.Features.EncapsulateField)]
[WpfFact(Skip = "https://github.com/dotnet/roslyn/issues/19816")]
[Trait(Traits.Feature, Traits.Features.EncapsulateField)]
public void EncapsulateThroughCommand()
{
SetUpEditor(TestSource);
Expand Down

0 comments on commit 3c001e3

Please sign in to comment.