File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -745,8 +745,14 @@ var npgsqlBlocklist = blocklist{
745745}
746746
747747var npgsqlIgnoreList = blocklist {
748+ `Npgsql.Tests.CommandTests(Multiplexing).QueryNonQuery` : "flaky" ,
749+ `Npgsql.Tests.CommandTests(Multiplexing).SingleNonQuery` : "flaky" ,
748750 `Npgsql.Tests.CommandTests(Multiplexing).Statement_mapped_output_parameters(Default)` : "flaky" ,
751+ `Npgsql.Tests.CommandTests(NonMultiplexing).Cached_command_clears_parameters_placeholder_type` : "flaky" ,
752+ `Npgsql.Tests.CommandTests(NonMultiplexing).CloseConnection_with_exception` : "flaky" ,
753+ `Npgsql.Tests.CommandTests(NonMultiplexing).Cursor_move_RecordsAffected ` : "flaky" ,
749754 `Npgsql.Tests.CommandTests(NonMultiplexing).Statement_mapped_output_parameters(SequentialAccess)` : "flaky" ,
755+ `Npgsql.Tests.CommandTests(NonMultiplexing).Use_across_connection_change(Prepared)` : "flaky" ,
750756 `Npgsql.Tests.ConnectionTests(NonMultiplexing).PostgreSqlVersion_ServerVersion` : "flaky" ,
751757 `Npgsql.Tests.ConnectionTests(NonMultiplexing).Connector_not_initialized_exception` : "flaky" ,
752758 `Npgsql.Tests.ConnectionTests(NonMultiplexing).Many_open_close_with_transaction` : "flaky" ,
You can’t perform that action at this time.
0 commit comments