Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Or-Geva committed Jul 23, 2023
1 parent e7c08ac commit 79ec852
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ func TestPushFatManifestImage(t *testing.T) {
if !*tests.TestDocker {
t.Skip("Skipping test. To run it, add the '-test.docker=true' option.")
}
tests.SkipKnownFailingTest(t)
SkipKnownDockerFailingTest(t)
buildName := "push-fat-manifest" + tests.DockerBuildName

// Create temp test dir.
Expand Down

0 comments on commit 79ec852

Please sign in to comment.