diff options
author | Andres Freund <andres@anarazel.de> | 2018-04-07 09:23:12 -0700 |
---|---|---|
committer | Andres Freund <andres@anarazel.de> | 2018-04-07 09:23:12 -0700 |
commit | bf75fe47e444c01a35992a38a01d32b191f69aca (patch) | |
tree | 9b2498dd658e560689ea92b10fb05ae699616eeb | |
parent | 039eb6e92f20499ac36cc74f8a5cef7430b706f6 (diff) | |
download | postgresql-bf75fe47e444c01a35992a38a01d32b191f69aca.tar.gz postgresql-bf75fe47e444c01a35992a38a01d32b191f69aca.zip |
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
-rw-r--r-- | src/test/isolation/isolation_schedule | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/isolation/isolation_schedule b/src/test/isolation/isolation_schedule index 87edd8d09bc..0f6145f1531 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 |