Skip to content

Commit

Permalink
exclude 1 case
Browse files Browse the repository at this point in the history
  • Loading branch information
Jolg42 committed May 6, 2024
1 parent 30f3232 commit 2da9755
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ mod create_many {
// Covers: Batching by row number.
// Each DB allows a certain amount of params per single query, and a certain number of rows.
// Each created row has 1 param and we create 1000 records.
// TODO: unexclude d1 once https://github.com/prisma/team-orm/issues/1070 is fixed
#[connector_test(schema(schema_4))]
async fn large_num_records_horizontal(runner: Runner) -> TestResult<()> {
let mut records: Vec<String> = vec![];
Expand Down

0 comments on commit 2da9755

Please sign in to comment.