Skip to content

Commit

Permalink
move skip up
Browse files Browse the repository at this point in the history
  • Loading branch information
bahmutov committed Jul 12, 2019
1 parent 3b125ce commit 107ee91
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .semaphore/semaphore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ agent:

blocks:
- name: Mac E2E tests
task:
# disable Mac tests with built-in Electron
# until the following issue is resolved
# https://github.com/cypress-io/cypress-example-kitchensink/issues/269
# probably by upgrading Electron
# https://github.com/renderedtext/when#skip-block-exection
skip:
when: "true"
# disable Mac tests with built-in Electron
# until the following issue is resolved
# https://github.com/cypress-io/cypress-example-kitchensink/issues/269
# probably by upgrading Electron
# https://github.com/renderedtext/when#skip-block-exection
skip:
when: "true"

task:
agent:
machine:
type: a1-standard-4
Expand Down

0 comments on commit 107ee91

Please sign in to comment.