You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test: add SKIP_DOCKER_HUB_TESTS env var to skip rate-limited tests
When SKIP_DOCKER_HUB_TESTS=1 is set, tests that require pulling images
from Docker Hub are skipped. This allows CI to run without being blocked
by Docker Hub rate limiting.
Affected tests:
- lib/images: TestCreateImage*, TestListImages, TestDeleteImage, TestLayerCaching
- lib/instances: TestBasicEndToEnd, TestStandbyAndRestore, TestExecConcurrent,
TestCreateInstanceWithNetwork, TestQEMU*, TestVolume*, TestOverlayDisk*,
TestAggregateLimits_EnforcedAtRuntime
- lib/system: TestEnsureSystemFiles
- cmd/api/api: TestCreateImage*, TestCreateInstance*, TestInstanceLifecycle,
TestRegistry*, TestCp*, TestExec*
- integration: TestSystemdMode
0 commit comments