Skip to content

Commit

Permalink
Add cfd1 and libsql.js.wasm to spatialite tests exclude list
Browse files Browse the repository at this point in the history
  • Loading branch information
Oreilles committed Oct 1, 2024
1 parent 2b35a94 commit fffdacc
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,12 +101,12 @@ mod geometry_filter_spec {
Ok(())
}

#[connector_test(schema(schema), exclude(Postgres, Sqlite(3, "libsql.js")))]
#[connector_test(schema(schema), exclude(Postgres, Sqlite(3, "cfd1", "libsql.js", "libsql.js.wasm")))]
async fn basic_where(runner: Runner) -> TestResult<()> {
basic_where_test(runner).await
}

#[connector_test(schema(schema), exclude(Postgres, Sqlite(3, "libsql.js")))]
#[connector_test(schema(schema), exclude(Postgres, Sqlite(3, "cfd1", "libsql.js", "libsql.js.wasm")))]
async fn where_shorthands(runner: Runner) -> TestResult<()> {
where_shorthands_test(runner).await
}
Expand All @@ -115,7 +115,7 @@ mod geometry_filter_spec {
// see discussion here: https://github.com/prisma/prisma-engines/pull/4208#issuecomment-1828997865
#[connector_test(
schema(schema),
exclude(Postgres, Sqlite(3, "libsql.js"), MySQL("mariadb")),
exclude(Postgres, Sqlite(3, "cfd1", "libsql.js", "libsql.js.wasm"), MySQL("mariadb")),
capabilities(GeometryFiltering)
)]
async fn geometric_comparison_filters(runner: Runner) -> TestResult<()> {
Expand Down

0 comments on commit fffdacc

Please sign in to comment.