File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/FirebirdSql.EntityFrameworkCore.Firebird.FunctionalTests/Query Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ public override void QF_Select_Correlated_Direct_With_Function_Query_Parameter_C
8181 base . QF_Select_Correlated_Direct_With_Function_Query_Parameter_Correlated_In_Anonymous ( ) ;
8282 }
8383
84- [ Fact ]
84+ [ NotSupportedOnFirebirdFact ]
8585 public override void QF_OuterApply_Correlated_Select_Entity ( )
8686 {
8787 base . QF_OuterApply_Correlated_Select_Entity ( ) ;
@@ -93,7 +93,7 @@ public override void QF_Correlated_Nested_Func_Call()
9393 base . QF_Correlated_Nested_Func_Call ( ) ;
9494 }
9595
96- [ Fact ]
96+ [ NotSupportedOnFirebirdFact ]
9797 public override void QF_OuterApply_Correlated_Select_Anonymous ( )
9898 {
9999 base . QF_OuterApply_Correlated_Select_Anonymous ( ) ;
You can’t perform that action at this time.
0 commit comments