From 4d4a27e3024c3d50d7a66af481f4727d35fdb4d2 Mon Sep 17 00:00:00 2001 From: Nick Travers Date: Thu, 5 May 2022 08:42:14 -0700 Subject: [PATCH] roachtest: temporarily skip encryption test The encryption roachtests are consistently failing, due to the issues mentioned in #79265. Mark as skipped until that issue is resolved. Release note: None. --- pkg/cmd/roachtest/tests/encryption.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/cmd/roachtest/tests/encryption.go b/pkg/cmd/roachtest/tests/encryption.go index 84206593d057..a6c50e1d8c4f 100644 --- a/pkg/cmd/roachtest/tests/encryption.go +++ b/pkg/cmd/roachtest/tests/encryption.go @@ -87,6 +87,7 @@ func registerEncryption(r registry.Registry) { for _, n := range []int{1} { r.Add(registry.TestSpec{ Name: fmt.Sprintf("encryption/nodes=%d", n), + Skip: "Blocked on #79265.", Owner: registry.OwnerStorage, Cluster: r.MakeClusterSpec(n), Run: func(ctx context.Context, t test.Test, c cluster.Cluster) {