jenkins: disable flaky test-certificates (#3111)

This commit is contained in:
Egon Elbre 2019-09-25 18:16:11 +03:00 committed by GitHub
parent 366a0be6aa
commit cd187db0ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -92,7 +92,7 @@ pipeline {
steps { steps {
sh 'psql -U postgres -c \'create database teststorj2;\'' sh 'psql -U postgres -c \'create database teststorj2;\''
sh 'make test-sim' sh 'make test-sim'
sh 'make test-certificates' // sh 'make test-certificates' // flaky
} }
} }