Skip to content

Commit

Permalink
Fix(ci): Fix iOS integration test failures.
Browse files Browse the repository at this point in the history
  • Loading branch information
b4handjr committed Dec 12, 2024
1 parent 473bc0a commit bd23e91
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,11 @@ jobs:
command: |
cp .env.integration-tests .env
export CIRRUS=1
make refresh SKIP_DUMMY=1 PYTEST_SENTRY_DSN=$PYTEST_SENTRY_DSN CIRCLECI=$CIRCLECI up_prod_detached integration_test_nimbus_desktop PYTEST_ARGS="-k test_create_mobile_experiment_for_integration_test"
make refresh SKP_DUMMY=1 PYTEST_SENTRY_DSN=$PYTEST_SENTRY_DSN CIRCLECI=$CIRCLECI up_prod_detached integration_test_nimbus_desktop PYTEST_ARGS="-k test_create_mobile_experiment_for_integration_test"
- store_artifacts:
path: experimenter/tests/integration/ios_recipe.json
- store_artifacts:
path: experimenter/tests/integration/fenix_recipe.json
- persist_to_workspace:
root: experimenter
paths:
Expand Down Expand Up @@ -724,6 +728,7 @@ workflows:
branches:
only:
- update_firefox_versions
- fix-11936
- integration_nimbus_desktop_ui:
name: Test Desktop Nimbus UI (Release Firefox)
filters:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ def test_create_mobile_experiment_for_integration_test(
"value": "{}",
},
],
"userFacingName": experiment_slug,
},
}
default_data_api.update(test_data)
Expand Down

0 comments on commit bd23e91

Please sign in to comment.