Skip to content

Commit 7ba4015

Browse files
committed
sql: skip flaky npgsql test
The test was flaking. Epic: none Fixes: #156219 Release note: None
1 parent 5078988 commit 7ba4015

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/cmd/roachtest/tests/npgsql_blocklist.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -662,6 +662,7 @@ var npgsqlBlocklist = blocklist{
662662

663663
var npgsqlIgnoreList = blocklist{
664664
`Npgsql.Tests.ConnectionTests(Multiplexing).Fail_connect_then_succeed(True)`: "flaky",
665+
`Npgsql.Tests.CopyTests(Multiplexing).Import_numeric`: "flaky",
665666
`Npgsql.Tests.CopyTests(Multiplexing).Import_string_array`: "flaky",
666667
`Npgsql.Tests.CopyTests(Multiplexing).Prepended_messages`: "flaky",
667668
`Npgsql.Tests.TransactionTests(NonMultiplexing).Failed_transaction_on_close_with_custom_timeout`: "flaky",

0 commit comments

Comments
 (0)