Skip to content

Commit

Permalink
Merge pull request #124586 from cockroachdb/blathers/backport-release…
Browse files Browse the repository at this point in the history
…-23.2-124583

release-23.2: roachtest: add flaky npgsql test
  • Loading branch information
rafiss authored May 23, 2024
2 parents 2b6a8d9 + ea18d3c commit c2582be
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkg/cmd/roachtest/tests/npgsql_blocklist.go
Original file line number Diff line number Diff line change
Expand Up @@ -713,4 +713,6 @@ var npgsqlBlocklist = blocklist{
`Npgsql.Tests.Types.TextTests(NonMultiplexing).Null_character`: "unknown",
}

var npgsqlIgnoreList = blocklist{}
var npgsqlIgnoreList = blocklist{
`Npgsql.Tests.TransactionTests(Multiplexing).Failed_transaction_on_close_with_custom_timeout`: "flaky",
}

0 comments on commit c2582be

Please sign in to comment.