From e19c58b6ad8a2ad07228a1e53cf1dc2b8133ba64 Mon Sep 17 00:00:00 2001 From: mprahl Date: Fri, 21 Jun 2019 10:50:49 -0400 Subject: [PATCH] Stop testing with Postgresql temporarily The Jenkins job currently stalls with this enabled, so let's disable it for now. --- .cico-pr.pipeline | 1 - 1 file changed, 1 deletion(-) diff --git a/.cico-pr.pipeline b/.cico-pr.pipeline index 1625aa79..90495896 100644 --- a/.cico-pr.pipeline +++ b/.cico-pr.pipeline @@ -67,7 +67,6 @@ node('factory2'){ timeout(20) { onmyduffynode '~/fm-orchestrator/contrib/run-unittests.sh --no-tty' onmyduffynode '~/fm-orchestrator/contrib/run-unittests.sh --py3 --no-tty' - onmyduffynode '~/fm-orchestrator/contrib/run-unittests.sh --py3 --no-tty --with-pgsql' } }