Skip to content

Commit

Permalink
dont run timescale tests until timescale has been set up
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberw committed Aug 4, 2023
1 parent bc28bd2 commit 2f3795c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ allowlist_externals =
sleep
curl
commands =
pytest
pytest --ignore=test/test_timescale.py
# ensure final samples from worker get sent to master when using iteration limit
bash -ec "export LOCUST_LOCUSTFILE=examples/reschedule_on_fail_ex.py && (locust --master --headless -i 8 --expect-workers 2 -u 4 2> output.txt & locust --worker & locust --worker & wait && grep '16(100.00%)' output.txt)"
python3 -m playwright install
Expand Down

0 comments on commit 2f3795c

Please sign in to comment.