We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87137b3 commit 5afc3a6Copy full SHA for 5afc3a6
Provider/src/FirebirdSql.EntityFrameworkCore.Firebird.FunctionalTests/Query/SimpleQueryFbTest.cs
@@ -277,5 +277,12 @@ public override Task Member_binding_after_ctor_arguments_fails_with_client_eval(
277
{
278
return AssertTranslationFailed(() => base.Member_binding_after_ctor_arguments_fails_with_client_eval(isAsync));
279
}
280
+
281
+ [Theory(Skip = "Temp free space")]
282
+ [MemberData(nameof(IsAsyncData))]
283
+ public override Task Handle_materialization_properly_when_more_than_two_query_sources_are_involved(bool isAsync)
284
+ {
285
+ return base.Handle_materialization_properly_when_more_than_two_query_sources_are_involved(isAsync);
286
+ }
287
288
0 commit comments