From 36813ed5ab7f1e439464d0b4976399849cb678ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Caner=20=C3=87=C4=B1dam?= Date: Wed, 3 Jan 2024 14:12:06 +0300 Subject: [PATCH] preserve go compatibility --- e2e/e2e_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/e2e_test.go b/e2e/e2e_test.go index 2a2a8a5..35a90cb 100644 --- a/e2e/e2e_test.go +++ b/e2e/e2e_test.go @@ -174,7 +174,7 @@ func (s *E2ETestSuite) verifyFiles() { func getImageCid() (foundCid string) { filepath.WalkDir("testdir/cache", func(currPath string, d fs.DirEntry, err error) error { if len(foundCid) > 0 { - return filepath.SkipAll + return nil } if strings.Contains(currPath, "bafybei") { for _, segment := range strings.Split(currPath, "/") {