Skip to content

Commit

Permalink
More tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cincuranet committed May 5, 2024
1 parent 6c347e2 commit 8b6fa3d
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,11 @@ public override Task Sum_with_division_on_decimal(bool async)
{
return base.Sum_with_division_on_decimal(async);
}

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

0 comments on commit 8b6fa3d

Please sign in to comment.