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