Skip to content

Commit

Permalink
Reenable previously flaky Union_non_entity (#25705)
Browse files Browse the repository at this point in the history
  • Loading branch information
roji authored Aug 26, 2021
1 parent d6a6149 commit f6dbacc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ public virtual Task Union_nested(bool async)
entryCount: 25);
}

[ConditionalTheory(Skip = "Issue#16365")]
[ConditionalTheory]
[MemberData(nameof(IsAsyncData))]
public virtual Task Union_non_entity(bool async)
{
Expand Down

0 comments on commit f6dbacc

Please sign in to comment.