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

Commit ebe74ef

Browse files
authored
Merge pull request #133 from docker/do-not-run-testScanSuccessWithDockerHub-win
skip TestScanSucceedWithDockerHub for windows
2 parents ca157da + a33444d commit ebe74ef

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)