From fe29e9bbda4ef864f4d3595555c0dc456d40131a Mon Sep 17 00:00:00 2001 From: Arthur Vickers Date: Sat, 5 Sep 2020 15:23:54 -0700 Subject: [PATCH] Re-enable Can_use_sequence_end_to_end_from_multiple_contexts_concurrently_async for in-memory (#22420) I ran the test repeatedly: * In the IDE for ~30 mins using run-until-fails * 30 times in a full test run on the command line and saw no failures. Fixes #17672 --- .../IntegerGeneratorEndToEndInMemoryTest.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/EFCore.InMemory.FunctionalTests/IntegerGeneratorEndToEndInMemoryTest.cs b/test/EFCore.InMemory.FunctionalTests/IntegerGeneratorEndToEndInMemoryTest.cs index 928ff51ff3c..aa684487c58 100644 --- a/test/EFCore.InMemory.FunctionalTests/IntegerGeneratorEndToEndInMemoryTest.cs +++ b/test/EFCore.InMemory.FunctionalTests/IntegerGeneratorEndToEndInMemoryTest.cs @@ -81,7 +81,7 @@ private static async Task AddEntitiesAsync(IServiceProvider serviceProvider) await context.SaveChangesAsync(); } - [ConditionalFact(Skip = "Issue #17672")] + [ConditionalFact] public async Task Can_use_sequence_end_to_end_from_multiple_contexts_concurrently_async() { var serviceProvider = new ServiceCollection()