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()