From: Andres Freund Date: Sat, 7 Apr 2018 16:23:12 +0000 (-0700) Subject: Deactive flapping checksum isolation tests. X-Git-Tag: REL_11_BETA1~314 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bf75fe47e444c01a35992a38a01d32b191f69aca;p=postgresql Deactive flapping checksum isolation tests. They've been broken for days, and prevent other tests from being run. The plan is to revert their addition later. Discussion: https://postgr.es/m/20180407162252.wfo5aorjrjw2n5ws@alap3.anarazel.de --- diff --git a/src/test/isolation/isolation_schedule b/src/test/isolation/isolation_schedule index 87edd8d09b..0f6145f153 100644 --- a/src/test/isolation/isolation_schedule +++ b/src/test/isolation/isolation_schedule @@ -75,5 +75,5 @@ test: predicate-gist test: predicate-gin # The checksum_enable suite will enable checksums for the cluster so should # not run before anything expecting the cluster to have checksums turned off -test: checksum_cancel -test: checksum_enable +# test: checksum_cancel +# test: checksum_enable