dragonfly icon indicating copy to clipboard operation
dragonfly copied to clipboard

tests: Skip package installer tests on CI

Open abhijat opened this issue 1 month ago • 2 comments

Package installer tests routinely fail due to throttling on docker registry.

These tests also do not make sense when run as part of CI suite, they should only be run when new releases are created. Here these tests are skipped in CI. In the next PR they will be wired to run only as part of the action which sets up the package repository.

abhijat avatar Dec 08 '25 06:12 abhijat

The module is skipped now on running pytest

SKIPPED [1] tests/dragonfly/package_install_test.py:6: These tests will only be run for the action that generates the package repository

abhijat avatar Dec 08 '25 06:12 abhijat

@abhijat lets wait with this. I tried to fix it here: https://github.com/dragonflydb/dragonfly/pull/6171/files#diff-84a1dffad3636502d8db6b1e152f90fe0ab18249563aaba59862894f3cf8cb12

let's see if it helps

romange avatar Dec 08 '25 06:12 romange