From 36fd2ecdd765ee4569ddf019e9729ec1c80149b0 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Mon, 12 Apr 2021 21:19:47 +0200 Subject: [PATCH] removed two more very flaky tests --- .github/workflows/test.yml | 4 ++-- .../{User.Block.feature => User.Block.feature.broken} | 0 .../{User.Mute.feature => User.Mute.feature.broken} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename cypress/integration/{User.Block.feature => User.Block.feature.broken} (100%) rename cypress/integration/{User.Mute.feature => User.Mute.feature.broken} (100%) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7cc4853d9..ff430ab5c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -248,11 +248,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 ########################################################## diff --git a/cypress/integration/User.Block.feature b/cypress/integration/User.Block.feature.broken similarity index 100% rename from cypress/integration/User.Block.feature rename to cypress/integration/User.Block.feature.broken diff --git a/cypress/integration/User.Mute.feature b/cypress/integration/User.Mute.feature.broken similarity index 100% rename from cypress/integration/User.Mute.feature rename to cypress/integration/User.Mute.feature.broken