Commit d9f95b6
committed
Don't test datetime with precision for mysql adapter
It will pass isolated test (test per file), but somehow created
`t.datetime :written_on, precision: 6` causes any side effects and CI
will be failed only mysql adapter.
So I decided to skip datetime with precision tests for mysql adapter
since the adapter has already been removed after 5.0, it is not worth to
fix the side effects in 4-2-stable.1 parent c27a0b3 commit d9f95b6
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
0 commit comments