Skip to content

Commit

Permalink
Test: Disable flaky tests
Browse files Browse the repository at this point in the history
  • Loading branch information
smitpatel committed Jun 6, 2017
1 parent 4204cce commit f47ad95
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public async Task Exists_returns_false_when_database_doesnt_exist()
await Exists_returns_false_when_database_doesnt_exist_test(async: false, file: false);
}

[ConditionalFact(Skip = "Test is flaky")]
[ConditionalFact(Skip = "Test is flaky. See issue#8615")]
[SqlServerCondition(SqlServerCondition.SupportsAttach)]
public async Task Exists_returns_false_when_database_with_filename_doesnt_exist()
{
Expand All @@ -38,7 +38,7 @@ public async Task ExistsAsync_returns_false_when_database_doesnt_exist()
await Exists_returns_false_when_database_doesnt_exist_test(async: true, file: false);
}

[ConditionalFact]
[ConditionalFact(Skip = "Test is flaky. See issue#8615")]
[SqlServerCondition(SqlServerCondition.SupportsAttach)]
public async Task ExistsAsync_returns_false_when_database_with_filename_doesnt_exist()
{
Expand Down

0 comments on commit f47ad95

Please sign in to comment.