Skip to content

Commit

Permalink
Disable failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
smitpatel committed Aug 25, 2022
1 parent 9cd543c commit a07ccff
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1092,6 +1092,7 @@ public override async Task Update_with_outer_apply_set_constant(bool async)
SqliteStrings.ApplyNotSupported,
(await Assert.ThrowsAsync<InvalidOperationException>(() => base.Update_with_outer_apply_set_constant(async))).Message);

[ConditionalTheory(Skip = "Issue#28886")]
public override async Task Update_with_cross_join_left_join_set_constant(bool async)
{
await base.Update_with_cross_join_left_join_set_constant(async);
Expand Down

0 comments on commit a07ccff

Please sign in to comment.