test(client): skip "hijacking a batch transaction" tests with planetscale adapter (#22128)
These tests are very flaky with PlanetScale adapter and it's disrupting.
This commit skips them with PlanetScale until we fix the underlying
issue. Although the functionality actually works as expected, the logs
don't always arrive in the order these tests expects, so they may fail.
The problem seems more general than PlanetScale as it was also reported
to happen with Neon and even native MySQL connector, but that's rare so
I only skipped PlanetScale here (which fails every other time on CI and
consistently locally).
Ref: https://github.com/prisma/team-orm/issues/495
base
5d15e46
2 days ago by aqrln
+1%
chore(deps): update dependency @swc/core to v1.3.99