Skip to content

Commit

Permalink
fix: skip geometric_comparison_filters test for MariaDB while we figu…
Browse files Browse the repository at this point in the history
…re it out
  • Loading branch information
Oreilles committed Nov 30, 2023
1 parent 8a5288b commit e0f834d
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,11 @@ mod geometry_filter_spec {
where_shorthands_test(runner).await
}

// This test should work for MariaDB but doesn't so we skip it for now,
// see discussion here: https://github.com/prisma/prisma-engines/pull/4208#issuecomment-1828997865
#[connector_test(
schema(schema),
exclude(Postgres, Sqlite(3, "libsql.js")),
exclude(Postgres, Sqlite(3, "libsql.js"), MySQL("mariadb")),
capabilities(GeometryFiltering)
)]
async fn geometric_comparison_filters(runner: Runner) -> TestResult<()> {
Expand Down

0 comments on commit e0f834d

Please sign in to comment.