Skip to content

Commit

Permalink
chore(client): fix prisma/team-orm#977
Browse files Browse the repository at this point in the history
  • Loading branch information
jkomyno committed Jun 7, 2024
1 parent a3ecb20 commit 2a244a7
Showing 1 changed file with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -238,13 +238,7 @@ mod scalar_relations {
schema.to_owned()
}

// TODO: fix https://github.com/prisma/team-orm/issues/684 and unexclude DAs
// On "pg.js.wasm", this fails with a `QueryParserError` due to bigint issues.
#[connector_test(
schema(schema_scalar_lists),
capabilities(ScalarLists),
exclude(Postgres("pg.js", "neon.js", "pg.js.wasm", "neon.js.wasm"))
)]
#[connector_test(schema(schema_scalar_lists), capabilities(ScalarLists))]
async fn scalar_lists(runner: Runner) -> TestResult<()> {
create_child(
&runner,
Expand Down

0 comments on commit 2a244a7

Please sign in to comment.