Skip to content

Commit

Permalink
disable Mac build for now
Browse files Browse the repository at this point in the history
  • Loading branch information
bahmutov committed Jul 12, 2019
1 parent 4acbfbe commit 3b125ce
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .semaphore/semaphore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@ 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"

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

0 comments on commit 3b125ce

Please sign in to comment.