Skip to content

Commit 0a08eff

Browse files
committed
Another new EFCore test fix
1 parent 2540af9 commit 0a08eff

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

Provider/src/FirebirdSql.EntityFrameworkCore.Firebird.FunctionalTests/Query/ComplexNavigationsQueryFbTest.cs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1018,5 +1018,12 @@ public override Task Union_over_entities_with_different_nullability(bool isAsync
10181018
{
10191019
return base.Union_over_entities_with_different_nullability(isAsync);
10201020
}
1021+
1022+
[NotSupportedOnFirebirdTheory]
1023+
[MemberData(nameof(IsAsyncData))]
1024+
public override Task SelectMany_with_outside_reference_to_joined_table_correctly_translated_to_apply(bool isAsync)
1025+
{
1026+
return base.SelectMany_with_outside_reference_to_joined_table_correctly_translated_to_apply(isAsync);
1027+
}
10211028
}
10221029
}

0 commit comments

Comments
 (0)