Skip to content

Commit

Permalink
Skip flaky SaveChangesAsync_accepts_changes_with_ConfigureAwait_true_…
Browse files Browse the repository at this point in the history
…22841 (#26768)

Dealing with this is tracked by #26763
  • Loading branch information
roji authored Nov 19, 2021
1 parent 7ddc346 commit 911d876
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9101,7 +9101,7 @@ public SqlExpression Translate(

#region Issue22841

[ConditionalFact]
[ConditionalFact(Skip = "Flaky, #26763")]
public async Task SaveChangesAsync_accepts_changes_with_ConfigureAwait_true_22841()
{
var contextFactory = await InitializeAsync<MyContext22841>();
Expand Down

0 comments on commit 911d876

Please sign in to comment.