removed two more very flaky tests

This commit is contained in:
Ulf Gebhardt 2021-04-12 21:19:47 +02:00
parent 99bc4a1014
commit c0dacdc243
No known key found for this signature in database
GPG Key ID: 81308EFE29ABFEBD
3 changed files with 2 additions and 2 deletions

View File

@ -279,11 +279,11 @@ jobs:
runs-on: ubuntu-latest
needs: [build_test_webapp, build_test_backend, build_test_neo4j]
env:
jobs: 9
jobs: 8
strategy:
matrix:
# run copies of the current job in parallel
job: [1, 2, 3, 4, 5, 6, 7, 8 , 9]
job: [1, 2, 3, 4, 5, 6, 7, 8]
steps:
##########################################################################
# CHECKOUT CODE ##########################################################