Skip to content

Commit 619c37c

Browse files
craig[bot]rafiss
andcommitted
Merge #156692
156692: roachtest: don't run nodejs-postgres on FIPS architecture r=rafiss a=rafiss This library does not support FIPS. fixes #156439 Release note: None Co-authored-by: Rafi Shamim <[email protected]>
2 parents 060cbd4 + d7c8587 commit 619c37c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pkg/cmd/roachtest/tests/nodejs_postgres.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ import (
1212
"github.com/cockroachdb/cockroach/pkg/cmd/roachtest/cluster"
1313
"github.com/cockroachdb/cockroach/pkg/cmd/roachtest/option"
1414
"github.com/cockroachdb/cockroach/pkg/cmd/roachtest/registry"
15+
"github.com/cockroachdb/cockroach/pkg/cmd/roachtest/spec"
1516
"github.com/cockroachdb/cockroach/pkg/cmd/roachtest/test"
1617
rperrors "github.com/cockroachdb/cockroach/pkg/roachprod/errors"
1718
"github.com/cockroachdb/cockroach/pkg/roachprod/install"
@@ -142,7 +143,7 @@ PGSSLCERT=$HOME/certs/client.%[1]s.crt PGSSLKEY=$HOME/certs/client.%[1]s.key PGS
142143
r.Add(registry.TestSpec{
143144
Name: "node-postgres",
144145
Owner: registry.OwnerSQLFoundations,
145-
Cluster: r.MakeClusterSpec(1),
146+
Cluster: r.MakeClusterSpec(1, spec.Arch(spec.AllExceptFIPS)),
146147
Leases: registry.MetamorphicLeases,
147148
CompatibleClouds: registry.AllClouds.NoAWS().NoIBM(),
148149
Suites: registry.Suites(registry.Nightly, registry.Driver),

0 commit comments

Comments
 (0)