Skip to content

Commit

Permalink
test(quaint): fix tests for MySQL 5.6, 5.7, and MongoDB
Browse files Browse the repository at this point in the history
  • Loading branch information
jkomyno committed Sep 23, 2024
1 parent 6f8e4a9 commit 2eb8f06
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
use indoc::indoc;
use query_engine_tests::*;

#[test_suite(schema(schema))]
// Skip databases that don't support `onDelete: SetDefault`
#[test_suite(schema(schema), exclude(MongoDb, MySql(5.6), MySql(5.7)))]
mod prisma_24072 {
fn schema() -> String {
let schema = indoc! {
Expand Down

0 comments on commit 2eb8f06

Please sign in to comment.