From c4e2349b80edc6d6554c03f7816dd795322dfd13 Mon Sep 17 00:00:00 2001 From: Jason Petersen Date: Thu, 16 Aug 2018 19:37:37 -0600 Subject: [PATCH] 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. --- src/test/regress/multi_schedule | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/test/regress/multi_schedule b/src/test/regress/multi_schedule index 31949fe9f..4b0bdf403 100644 --- a/src/test/regress/multi_schedule +++ b/src/test/regress/multi_schedule @@ -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