From 22b46fa2f260fc44c650af98801f3d4009fc2452 Mon Sep 17 00:00:00 2001 From: John Sully Date: Thu, 7 May 2020 01:49:04 -0400 Subject: [PATCH] Disable cluster tests They are unreliable on slow hardware. Former-commit-id: 86f9ed6248c6629af026e27d14d15a3eb50a2090 --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 478944397..ef1333982 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,9 +31,6 @@ jobs: run: | sudo apt-get -y install tcl8.5 ./runtest --clients 2 --verbose - - name: cluster-test - run: | - ./runtest-cluster build-ubuntu-old: runs-on: ubuntu-16.04