You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/EFCore.MySql.FunctionalTests/Query/Associations/ComplexJson/ComplexJsonStructuralEqualityMySqlTest.cs
+4-6Lines changed: 4 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -33,12 +33,10 @@ public ComplexJsonStructuralEqualityMySqlTest(ComplexJsonStructuralEqualityMySql
33
33
34
34
// TODO: Remove this skip once MariaDB JSON NULL comparison semantics are properly handled.
35
35
// See issue #151 and class-level TODO comment for details.
36
-
[ConditionalTheory(Skip="MariaDB JSON NULL comparison not supported - returns wrong result count (7 vs 1)")]
0 commit comments