mirror of https://github.com/citusdata/citus.git
Mark failing PostgreSQL 11 test as ignored
This commit should be reverted once a new PostgreSQL 11 beta is available: it's due to a bug in the partitioning code which has been fixed in REL_11_STABLE but (not yet) a released tag.pull/2341/head
parent
a2fb5a84f1
commit
c4e2349b80
|
@ -37,6 +37,8 @@ test: multi_insert_select_window multi_shard_update_delete window_functions dml_
|
|||
# ----------
|
||||
# Tests for partitioning support
|
||||
# ----------
|
||||
# TODO: remove the following ignore when PostgreSQL 11 has a new beta
|
||||
ignore: multi_partitioning
|
||||
test: multi_partitioning_utils multi_partitioning
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue