#1302 Stop testing with Postgresql temporarily
Merged 4 years ago by mprahl. Opened 4 years ago by mprahl.

file modified
-1
@@ -67,7 +67,6 @@ 

              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'

              }

          }

  

The Jenkins job currently stalls with this enabled, so let's disable it for now.

@cqi just as an FYI. We can reenable it once it is fixed.

Pull-Request has been merged by mprahl

4 years ago

Sure. This change makes sense. Thanks.