Skip to content

Commit

Permalink
Unskip Double_dispose_does_not_enter_pool_twice Test (#24651)
Browse files Browse the repository at this point in the history
Fixes: #24590
  • Loading branch information
TanayParikh authored Apr 13, 2021
1 parent 7af5e17 commit 8bc0154
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1041,7 +1041,7 @@ public async Task Object_in_pool_is_disposed(bool useInterface, bool async)
Assert.Throws<ObjectDisposedException>(() => context.Customers.ToList());
}

[ConditionalTheory(Skip = "Issue #24590")]
[ConditionalTheory]
[InlineData(false, false)]
[InlineData(true, false)]
[InlineData(false, true)]
Expand Down

0 comments on commit 8bc0154

Please sign in to comment.