test: remove redundant tests (#3642)

* test: remove redundant tests

* remove more tests

* add test_bitmap_commands

* add test_bitmap_commands and test_geo_commands to ignore list
This commit is contained in:
Daniel M 2024-09-04 14:55:35 -06:00 committed by GitHub
parent 65f96e3bb5
commit eef5be1729
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 7 additions and 190 deletions

View file

@ -73,8 +73,11 @@ jobs:
- name: Run tests
working-directory: tests/fakeredis
run: |
poetry run pytest test/ --ignore test/test_hypothesis.py --ignore test/test_json/ \
--ignore test_bitmap_commands.py \
poetry run pytest test/ \
--ignore test/test_hypothesis.py \
--ignore test/test_geo_commands.py \
--ignore test/test_bitmap_commands.py \
--ignore test/test_json/ \
--junit-xml=results-tests.xml --html=report-tests.html -v
continue-on-error: true # For now to mark the flow as successful