Skip to content

Commit

Permalink
chore(driver-adapters): excluded PlanetScale from test
Browse files Browse the repository at this point in the history
  • Loading branch information
jkomyno committed Jan 17, 2024
1 parent cbdf5a2 commit 94ce58a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ mod bigint {
}

// "Using a BigInt field" should "work"
#[connector_test()]
// TODO: https://github.com/prisma/team-orm/issues/836
#[connector_test(exclude(Vitess("planetscale.js.wasm")))]
async fn using_bigint_field(runner: Runner) -> TestResult<()> {
insta::assert_snapshot!(
run_query!(&runner, r#"mutation {
Expand Down

0 comments on commit 94ce58a

Please sign in to comment.