Stop testing with Postgresql temporarily

The Jenkins job currently stalls with this enabled, so let's disable
it for now.
This commit is contained in:
mprahl
2019-06-21 10:50:49 -04:00
parent 5f93a47051
commit e19c58b6ad

View File

@@ -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'
}
}