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
81
81
base . QF_Select_Correlated_Direct_With_Function_Query_Parameter_Correlated_In_Anonymous ( ) ;
82
82
}
83
83
84
- [ Fact ]
84
+ [ NotSupportedOnFirebirdFact ]
85
85
public override void QF_OuterApply_Correlated_Select_Entity ( )
86
86
{
87
87
base . QF_OuterApply_Correlated_Select_Entity ( ) ;
@@ -93,7 +93,7 @@ public override void QF_Correlated_Nested_Func_Call()
93
93
base . QF_Correlated_Nested_Func_Call ( ) ;
94
94
}
95
95
96
- [ Fact ]
96
+ [ NotSupportedOnFirebirdFact ]
97
97
public override void QF_OuterApply_Correlated_Select_Anonymous ( )
98
98
{
99
99
base . QF_OuterApply_Correlated_Select_Anonymous ( ) ;
You can’t perform that action at this time.
0 commit comments