We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5078988 commit 7ba4015Copy full SHA for 7ba4015
pkg/cmd/roachtest/tests/npgsql_blocklist.go
@@ -662,6 +662,7 @@ var npgsqlBlocklist = blocklist{
662
663
var npgsqlIgnoreList = blocklist{
664
`Npgsql.Tests.ConnectionTests(Multiplexing).Fail_connect_then_succeed(True)`: "flaky",
665
+ `Npgsql.Tests.CopyTests(Multiplexing).Import_numeric`: "flaky",
666
`Npgsql.Tests.CopyTests(Multiplexing).Import_string_array`: "flaky",
667
`Npgsql.Tests.CopyTests(Multiplexing).Prepended_messages`: "flaky",
668
`Npgsql.Tests.TransactionTests(NonMultiplexing).Failed_transaction_on_close_with_custom_timeout`: "flaky",
0 commit comments