Skip to content

Commit

Permalink
Disable SqlServer flaky tests
Browse files Browse the repository at this point in the history
  • Loading branch information
smitpatel committed Mar 17, 2020
1 parent 78c2993 commit b59a246
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public ConfigurationPatternsTest(CrossStoreFixture fixture)
ExistingTestStore = Fixture.CreateTestStore(SqlServerTestStoreFactory.Instance, StoreName, Seed);
}

[ConditionalFact]
[ConditionalFact(Skip = "#18682")]
public void Can_register_multiple_context_types()
{
var serviceProvider = new ServiceCollection()
Expand Down Expand Up @@ -227,7 +227,7 @@ public NestedContextDifferentStores(CrossStoreFixture fixture)
ExistingTestStore = Fixture.CreateTestStore(SqlServerTestStoreFactory.Instance, StoreName, Seed);
}

[ConditionalFact]
[ConditionalFact(Skip = "#18682")]
public async Task Can_use_one_context_nested_inside_another_of_a_different_type()
{
var inMemoryServiceProvider = InMemoryFixture.DefaultServiceProvider;
Expand Down

0 comments on commit b59a246

Please sign in to comment.