Skip to content

Commit ac9d1a2

Browse files
committed
roachtest/npgsql: skip on s390x
Previously, the npgsql test was running on S390X, which doesn't have the required binaries. To address this, this patch excludes the IBM cloud. Fixes: #156622 Release note: None
1 parent 5dd32a1 commit ac9d1a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cmd/roachtest/tests/npgsql.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ echo '%s' | git apply --ignore-whitespace -`, fmt.Sprintf(npgsqlPatch, result.St
173173
// .NET only supports AMD64 arch for 7.0.
174174
Cluster: r.MakeClusterSpec(1, spec.Arch(spec.OnlyAMD64)),
175175
Leases: registry.MetamorphicLeases,
176-
CompatibleClouds: registry.AllExceptAWS,
176+
CompatibleClouds: registry.AllExceptAWS.NoIBM(),
177177
Suites: registry.Suites(registry.Nightly, registry.Driver),
178178
Run: func(ctx context.Context, t test.Test, c cluster.Cluster) {
179179
runNpgsql(ctx, t, c)

0 commit comments

Comments
 (0)