Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
81054: roachtest: temporarily skip encryption test r=jbowens a=nicktrav

The encryption roachtests are consistently failing, due to the issues
mentioned in cockroachdb#79265.

Mark as skipped until that issue is resolved.

Release note: None.

Co-authored-by: Nick Travers <travers@cockroachlabs.com>
  • Loading branch information
craig[bot] and nicktrav committed May 5, 2022
2 parents f2d5708 + 4d4a27e commit 98bdf32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/cmd/roachtest/tests/encryption.go
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 98bdf32

Please sign in to comment.