Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,4 @@ public override async Task Single_select_many_in_projection_with_take(bool async
SqliteStrings.ApplyNotSupported,
(await Assert.ThrowsAsync<InvalidOperationException>(
() => base.Single_select_many_in_projection_with_take(async))).Message);

[ConditionalTheory(Skip = "issue #32559")]
public override Task Max_in_multi_level_nested_subquery(bool async)
=> base.Max_in_multi_level_nested_subquery(async);
}
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,4 @@ public override async Task Single_select_many_in_projection_with_take(bool async
SqliteStrings.ApplyNotSupported,
(await Assert.ThrowsAsync<InvalidOperationException>(
() => base.Single_select_many_in_projection_with_take(async))).Message);

[ConditionalTheory(Skip = "issue #32559")]
public override Task Max_in_multi_level_nested_subquery(bool async)
=> base.Max_in_multi_level_nested_subquery(async);
}