Skip to content

Commit

Permalink
exclude mongodb
Browse files Browse the repository at this point in the history
  • Loading branch information
Weakky committed Feb 16, 2024
1 parent dc8f99e commit bd6e4a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use indoc::indoc;
use query_engine_tests::*;

#[test_suite(schema(schema))]
#[test_suite(schema(schema), exclude(MongoDb))]
mod prisma_15177 {
fn schema() -> String {
let schema = indoc! {
Expand Down

0 comments on commit bd6e4a4

Please sign in to comment.