We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5e3e92 commit acc11edCopy full SHA for acc11ed
database/sqlserver/sqlserver_test.go
@@ -91,7 +91,7 @@ func isReady(ctx context.Context, c dktest.ContainerInfo) bool {
91
92
func SkipIfUnsupportedArch(t *testing.T, c dktest.ContainerInfo) {
93
if strings.Contains(c.ImageName, "mssql") && !strings.HasPrefix(runtime.GOARCH, "amd") {
94
- t.Skip(fmt.Sprintf("Image %s is not supported on arch %s", c.ImageName, runtime.GOARCH))
+ t.Skipf("Image %s is not supported on arch %s", c.ImageName, runtime.GOARCH)
95
}
96
97
0 commit comments