Merge pull request #4365 from citusdata/marcocitus/fix-flappy

Fix flappy test: Run subquery_prepared_statements by itself
pull/4347/head
Marco Slot 2020-11-30 22:35:51 +01:00 committed by GitHub
commit de22b633cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -84,8 +84,9 @@ test: set_operations
test: set_operation_and_local_tables
test: subqueries_deep subquery_view subquery_partitioning subquery_complex_target_list subqueries_not_supported subquery_in_where
test: subquery_prepared_statements
test: non_colocated_leaf_subquery_joins non_colocated_subquery_joins non_colocated_join_order
test: subquery_prepared_statements cte_inline recursive_view_local_table
test: cte_inline recursive_view_local_table
test: pg13 pg12
test: tableam