From e29a05eaddb9ee23fb360f6c069448655ea683c7 Mon Sep 17 00:00:00 2001 From: Ramon Wenger Date: Wed, 6 Dec 2023 16:34:44 +0100 Subject: [PATCH] Disable another cypress test because of currents.dev --- bitbucket-pipelines.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 10e8333d..220f976d 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -1,5 +1,3 @@ -# This is a sample build configuration for Python. -# Check our guides at https://confluence.atlassian.com/x/x4UWN for more examples. # Only use spaces to indent your .yml configuration. # ----- # You can specify a custom docker image from Docker Hub as your build environment. @@ -164,7 +162,7 @@ pipelines: - parallel: - step: *lint - step: *unittest-python - - step: *cypress-test + # - step: *cypress-test # - step: *frontend-test-parallel # - step: *frontend-test-parallel # - step: *frontend-test-parallel @@ -178,7 +176,7 @@ pipelines: master: - parallel: - step: *unittest-python - - step: *cypress-test + # - step: *cypress-test # - step: *frontend-test-parallel # - step: *frontend-test-parallel # - step: *frontend-test-parallel @@ -192,7 +190,7 @@ pipelines: - parallel: - step: *lint - step: *unittest-python - - step: *cypress-test + # - step: *cypress-test # - step: *frontend-test-parallel # - step: *frontend-test-parallel # - step: *frontend-test-parallel