diff options
-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 |