Skip to content

Commit

Permalink
More tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
cincuranet committed Dec 12, 2024
1 parent 2de9179 commit 9fb33f4
Showing 1 changed file with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,18 @@ public override Task Contains_inside_Average_without_GroupBy(bool async)
{
return base.Contains_inside_Average_without_GroupBy(async);
}

[Theory(Skip = "Different math on Firebird.")]
[MemberData(nameof(IsAsyncData))]
public override Task Average_over_max_subquery(bool async)
{
return base.Average_over_max_subquery(async);
}

[Theory(Skip = "Different math on Firebird.")]
[MemberData(nameof(IsAsyncData))]
public override Task Average_over_nested_subquery(bool async)
{
return base.Average_over_nested_subquery(async);
}
}

0 comments on commit 9fb33f4

Please sign in to comment.