Skip to content

Commit

Permalink
fix: temporarilly disable ui tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ioanmo226 committed Nov 6, 2024
1 parent c29dc73 commit 4f064c1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .semaphore/semaphore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ agent:
type: a1-standard-4
os_image: macos-xcode15
execution_time_limit:
minutes: 120
minutes: 180
auto_cancel:
running:
when: branch != 'master'
Expand Down Expand Up @@ -93,16 +93,16 @@ blocks:
jobs:
- name: Run Mock inbox tests
commands:
- npm run-script test.mock.inbox
# - npm run-script test.mock.inbox
- name: Run Mock compose tests
commands:
- npm run-script test.mock.compose
# - npm run-script test.mock.compose
- name: Run Mock setup tests
commands:
- npm run-script test.mock.setup
# - npm run-script test.mock.setup
- name: Run Mock other tests + Run Live tests
commands:
- npm run-script test.mock.login-settings
# - npm run-script test.mock.login-settings
# temporary disabled because of e2e account login issue
# - 'wget https://flowcrypt.s3.eu-central-1.amazonaws.com/release/flowcrypt-ios-old-version-for-ci-storage-compatibility-2022-05-09.zip -P ~/git/flowcrypt-ios/appium'
# - unzip flowcrypt-ios-*.zip
Expand Down

0 comments on commit 4f064c1

Please sign in to comment.