Skip to content

Commit

Permalink
Re-enable Can_use_sequence_end_to_end_from_multiple_contexts_concurre…
Browse files Browse the repository at this point in the history
…ntly_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
  • Loading branch information
ajcvickers committed Sep 5, 2020
1 parent 0610801 commit fe29e9b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit fe29e9b

Please sign in to comment.