From d8ca4187ceea0ef303e5751a22b69b2cf446b9ac Mon Sep 17 00:00:00 2001 From: Dmitrii Sherstobitov Date: Thu, 2 Nov 2023 09:35:51 +0400 Subject: [PATCH] Disabled GEO tests due to noise in the results (#104) --- yugabyte/run-jepsen.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/yugabyte/run-jepsen.py b/yugabyte/run-jepsen.py index cfa712044..a105d861c 100755 --- a/yugabyte/run-jepsen.py +++ b/yugabyte/run-jepsen.py @@ -85,7 +85,7 @@ # YSQL snapshot isolation "ysql/si.ol.append", - "ysql/si.ol.geo.append", + # "ysql/si.ol.geo.append", "ysql/si.bank", "ysql/si.bank-contention", "ysql/si.bank-multitable", @@ -96,23 +96,23 @@ "tests": [ # YSQL read committed "ysql/rc.ol.append", - "ysql/rc.ol.geo.append", + # "ysql/rc.ol.geo.append", ] }, { "start_version": "2.15.0.0-b1", "tests": [ "ysql/rc.pl.append", - "ysql/rc.pl.geo.append", + # "ysql/rc.pl.geo.append", ] }, { "start_version": "2.17.2.0-b1", "tests": [ "ysql/sz.pl.append", - "ysql/sz.pl.geo.append", + # "ysql/sz.pl.geo.append", "ysql/si.pl.append", - "ysql/si.pl.geo.append", + # "ysql/si.pl.geo.append", ] } ]