Skip to content

Commit

Permalink
Remove E2E step – It's failing and don't want to slow the unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mokagio committed May 12, 2024
1 parent 88855ed commit 497e700
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,6 @@ steps:
queue: default
plugins: *common_plugins

- label: End To End (macOS only)
key: e2e_macos
plugins: *common_plugins
command: |
.buildkite/commands/install-node-dependencies.sh
echo '--- :package: Build app'
npm run package
echo '--- Run E2E Tests'
npm run e2e
- group: "📦 Build for Mac"
key: 'dev-mac'
steps:
Expand Down

0 comments on commit 497e700

Please sign in to comment.