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 d4a4b46 commit 35129d9
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -424,4 +424,11 @@ public override Task Where_TimeOnly_Add_TimeSpan(bool async)
{
return base.Where_TimeOnly_Add_TimeSpan(async);
}

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

0 comments on commit 35129d9

Please sign in to comment.