ISOLATION = basic \
inplace \
- syscache-update-pruned \
- index-concurrently-upsert \
- index-concurrently-upsert-predicate \
- reindex-concurrently-upsert \
- reindex-concurrently-upsert-on-constraint \
- reindex-concurrently-upsert-partitioned
+ syscache-update-pruned
+
+# Temporarily disabled because of flakiness
+#ISOLATION =+
+# index-concurrently-upsert \
+# index-concurrently-upsert-predicate \
+# reindex-concurrently-upsert \
+# reindex-concurrently-upsert-on-constraint \
+# reindex-concurrently-upsert-partitioned
# The injection points are cluster-wide, so disable installcheck
NO_INSTALLCHECK = 1
'basic',
'inplace',
'syscache-update-pruned',
- 'index-concurrently-upsert',
- 'index-concurrently-upsert-predicate',
- 'reindex-concurrently-upsert',
- 'reindex-concurrently-upsert-on-constraint',
- 'reindex-concurrently-upsert-partitioned',
+ # temporarily disabled because of flakiness
+ # 'index-concurrently-upsert',
+ # 'index-concurrently-upsert-predicate',
+ # 'reindex-concurrently-upsert',
+ # 'reindex-concurrently-upsert-on-constraint',
+ # 'reindex-concurrently-upsert-partitioned',
],
'runningcheck': false, # see syscache-update-pruned
# Some tests wait for all snapshots, so avoid parallel execution