Skip to content

Commit

Permalink
Skip flaky tests
Browse files Browse the repository at this point in the history
  • Loading branch information
amcasey committed Jan 6, 2016
1 parent 3db7c0d commit 6e648ae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ void M()
Assert.Equal(expected, actual);
}

[Fact]
[Fact(Skip = "https://github.com/dotnet/roslyn/issues/7803")]
public void TestConstantDecimalComparisons02()
{
var source =
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,7 @@ static void Test(bool b)
var verifier = CompileAndVerify(source: source, expectedOutput: expected);
}

[Fact]
[Fact(Skip = "https://github.com/dotnet/roslyn/issues/7803")]
public void TestLiftedComparison()
{
TestNullableComparison("==", "FFTFF1FTFFTF2FFTFFT3TFFTFF4FTFFTF5FFTFFT",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -964,7 +964,7 @@ private void RunOutput(TempRoot root, TempDirectory dir, int i)

[WorkItem(997372)]
[WorkItem(761326, "DevDiv")]
[Fact]
[Fact(Skip = "https://github.com/dotnet/roslyn/issues/7618")]
[Trait(Traits.Environment, Traits.Environments.VSProductInstall)]
public async Task MultipleSimultaneousCompiles()
{
Expand Down

0 comments on commit 6e648ae

Please sign in to comment.