We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c8acb6 commit 92620b8Copy full SHA for 92620b8
test/integration/a_download_only_test.go
@@ -46,7 +46,7 @@ func TestDownloadOnly(t *testing.T) {
46
}
47
t.Run("group", func(t *testing.T) {
48
t.Run("CacheOldestNewest", func(t *testing.T) {
49
- if !isTestNoneDriver(t) { // don't cache images
+ if isTestNoneDriver(t) { // don't cache images
50
t.Skip("skipping test for none driver as it doesn't cache images")
51
52
0 commit comments