diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2018-10-28 23:40:24 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2018-10-29 00:38:50 +0100 |
commit | 6d7d32c12e073a57a9e5946e55f4c1fbb68bd442 (patch) | |
tree | af51767c449cd28263550f5ebbdb826c884e522f /main/postgresql/disable-broken-tests.patch | |
parent | d661db44d4bbe3712688f0e743f738ffb5464b2d (diff) | |
download | aports-6d7d32c12e073a57a9e5946e55f4c1fbb68bd442.tar.bz2 aports-6d7d32c12e073a57a9e5946e55f4c1fbb68bd442.tar.xz |
main/postgresql: upgrade to 11.0
Diffstat (limited to 'main/postgresql/disable-broken-tests.patch')
-rw-r--r-- | main/postgresql/disable-broken-tests.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/main/postgresql/disable-broken-tests.patch b/main/postgresql/disable-broken-tests.patch index 0bb5b03fa4..39d6010bed 100644 --- a/main/postgresql/disable-broken-tests.patch +++ b/main/postgresql/disable-broken-tests.patch @@ -70,13 +70,13 @@ have no idea. :( # ---------- # Another group of parallel tests # ---------- --test: brin gin gist spgist privileges init_privs security_label collate matview lock replica_identity rowsecurity object_address tablesample groupingsets drop_operator password -+test: brin gin gist spgist privileges init_privs security_label collate matview lock replica_identity rowsecurity tablesample groupingsets drop_operator password +-test: brin gin gist spgist privileges init_privs security_label collate matview lock replica_identity rowsecurity object_address tablesample groupingsets drop_operator password func_index ++test: brin gin gist spgist privileges init_privs security_label collate matview lock replica_identity rowsecurity tablesample groupingsets drop_operator password func_index # ---------- # Another group of parallel tests -@@ -98,7 +98,7 @@ - test: select_parallel +@@ -99,7 +99,7 @@ + test: write_parallel # no relation related tests can be put in this group -test: publication subscription |