Skip to content

Commit

Permalink
release-23.1: roachtest: Fix npgsql test
Browse files Browse the repository at this point in the history
One more npgsql test is flaking on 23.1 due to
#108414.
Marking it as a flake to resolve the failure.

Epic: none
Release note: None
Release justication: Low risk test only change
  • Loading branch information
rimadeodhar committed Feb 20, 2024
1 parent 7159394 commit 8ff0506
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/cmd/roachtest/tests/npgsql_blocklist.go
Original file line number Diff line number Diff line change
Expand Up @@ -790,4 +790,5 @@ var npgsqlIgnoreList = blocklist{
`Npgsql.Tests.TransactionTests(NonMultiplexing).CommitAsync(Prepared)`: "flaky",
`Npgsql.Tests.TransactionTests(NonMultiplexing).Rollback(Prepared)`: "flaky",
`Npgsql.Tests.TransactionTests(NonMultiplexing).RollbackAsync(NotPrepared)`: "flaky",
`Npgsql.Tests.CommandTests(Multiplexing).Batched_big_statements_do_not_deadlock`: "flaky",
}

0 comments on commit 8ff0506

Please sign in to comment.