mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-10 18:05:44 +02:00
chore(fakeredis): Enable JSON tests in the Fakeredis tests (#3773)
* chore(fakeredis): Enable JSON tests in the Fakeredis tests fixes dragonflydb#3671 Signed-off-by: Stsiapan Bahrytsevich <stefan@dragonflydb.io> * refactor: address comments Signed-off-by: Stsiapan Bahrytsevich <stefan@dragonflydb.io> * tmp commit Signed-off-by: Stsiapan Bahrytsevich <stefan@dragonflydb.io> * refactor: address comments 2 Signed-off-by: Stsiapan Bahrytsevich <stefan@dragonflydb.io> --------- Signed-off-by: Stsiapan Bahrytsevich <stefan@dragonflydb.io>
This commit is contained in:
parent
37fec87070
commit
ea9dc9c454
5 changed files with 63 additions and 44 deletions
1
.github/workflows/test-fakeredis.yml
vendored
1
.github/workflows/test-fakeredis.yml
vendored
|
@ -68,7 +68,6 @@ jobs:
|
|||
run: |
|
||||
poetry run pytest test/ \
|
||||
--ignore test/test_hypothesis.py \
|
||||
--ignore test/test_json/ \
|
||||
--ignore test/test_mixins/test_bitmap_commands.py \
|
||||
--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