Disable another cypress test because of currents.dev
This commit is contained in:
parent
a925ac85e8
commit
e29a05eadd
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue