Skip to content

Commit

Permalink
fix(tests): Hardcode sdk targeting test path. (#11995)
Browse files Browse the repository at this point in the history
Because

- Something changed recently with the rust image we use for the sdk
targeting tests that now causes pytest to not detect the test file we
need to run

This commit

- Hard codes the path so that we don't need to rely on resolving it.

Fixes #11994
  • Loading branch information
b4handjr authored Jan 6, 2025
1 parent 3eca2bd commit e0d97d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion experimenter/tests/nimbus_rust_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ poetry -C experimenter/tests/integration \
--base-url https://nginx/nimbus/ \
--html=test-reports/report.htm \
--self-contained-html \
experimenter/tests/integration/nimbus/test_mobile_targeting.py \
/code/experimenter/tests/integration/nimbus/test_mobile_targeting.py \
-vvv

0 comments on commit e0d97d5

Please sign in to comment.