Skip to content

Commit a56cce9

Browse files
committed
roachtest: ignore flaky npgsql test
The `Npgsql.Tests.CommandTests(NonMultiplexing).Cancel_async_soft` has been timing out. Epic: none Fixes: #167069 Release note: None
1 parent 88e1da8 commit a56cce9

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
@@ -661,6 +661,7 @@ var npgsqlBlocklist = blocklist{
661661
}
662662

663663
var npgsqlIgnoreList = blocklist{
664+
`Npgsql.Tests.CommandTests(NonMultiplexing).Cancel_async_soft`: "flaky",
664665
`Npgsql.Tests.ConnectionTests(Multiplexing).Fail_connect_then_succeed(True)`: "flaky",
665666
`Npgsql.Tests.CopyTests(Multiplexing).Import_numeric`: "flaky",
666667
`Npgsql.Tests.CopyTests(Multiplexing).Import_string_array`: "flaky",

0 commit comments

Comments
 (0)