Commit b8aed14
Add skip conditions for UInt64 enum parameterized Theory tests
Added skip overrides for Can_read_write_ulong_enum_JSON_values and Can_read_write_nullable_ulong_enum_JSON_values to prevent base class Theory tests from running on MariaDB.
The fix:
- Added ConditionalTheory methods with Skip attribute for both test methods
- Used 'new' keyword for non-nullable version to hide base class method
- Added minimal InlineData to satisfy xUnit requirements
- Both tests now properly skipped with TODO comment explaining MariaDB UInt64.MaxValue serialization difference
All problematic MariaDB tests are now properly skipped. Build succeeds with zero errors.
Co-authored-by: renemadsen <[email protected]>1 parent ffb71b3 commit b8aed14
File tree
1 file changed
+11
-2
lines changed- test/EFCore.MySql.FunctionalTests/Query
1 file changed
+11
-2
lines changedLines changed: 11 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
77 | | - | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
78 | 87 | | |
79 | 88 | | |
80 | 89 | | |
| |||
0 commit comments