-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ts-scripts] remove saveImages() test. (#3815)
The `saveImages()` function can't be tested without mocking because it uses `docker pull` and `docker save`, which we don't want to do in CI. That would defeat the purpose of creating a cache of docker images. This is only used for CI caching purposes, so loss of test coverage is acceptable. Ref: #3728
- Loading branch information
Showing
1 changed file
with
4 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters