We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ddc5b1 commit 4230c1eCopy full SHA for 4230c1e
src/FirebirdSql.EntityFrameworkCore.Firebird.FunctionalTests/Query/PrimitiveCollectionsQueryFbTest.cs
@@ -700,6 +700,13 @@ public override Task Project_inline_collection_with_Union(bool async)
700
return base.Project_inline_collection_with_Union(async);
701
}
702
703
+ [NotSupportedOnFirebirdTheory]
704
+ [MemberData(nameof(IsAsyncData))]
705
+ public override Task Parameter_collection_ImmutableArray_of_ints_Contains_int(bool async)
706
+ {
707
+ return base.Parameter_collection_ImmutableArray_of_ints_Contains_int(async);
708
+ }
709
+
710
PrimitiveCollectionsContext CreateContext()
711
{
712
return Fixture.CreateContext();
0 commit comments