Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit a33444d

Browse files
committed
skip TestScanSucceedWithDockerHub for windows
Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
1 parent ca157da commit a33444d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

e2e/scan_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,9 @@ please login to Docker Hub using the Docker Login command`,
8484
}
8585

8686
func TestScanSucceedWithDockerHub(t *testing.T) {
87+
if runtime.GOOS == "windows" {
88+
t.Skip("Can't run on this ci platform (image does not exist fir the current platform)")
89+
}
8790
cmd, configDir, cleanup := dockerCli.createTestCmd()
8891
defer cleanup()
8992

0 commit comments

Comments
 (0)