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 ac254bc commit 56cbffbCopy full SHA for 56cbffb
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