mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-10 18:05:44 +02:00
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:
parent
65f96e3bb5
commit
eef5be1729
5 changed files with 7 additions and 190 deletions
7
.github/workflows/test-fakeredis.yml
vendored
7
.github/workflows/test-fakeredis.yml
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue