Skip to content

Commit

Permalink
roachtest: skip multitenant/distsql for now
Browse files Browse the repository at this point in the history
Epic: None

Release note: None
  • Loading branch information
yuzefovich committed Apr 3, 2023
1 parent 07024bc commit 8abbf27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/cmd/roachtest/tests/multitenant_distsql.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ func registerMultiTenantDistSQL(r registry.Registry) {
b := bundle
to := timeout
r.Add(registry.TestSpec{
Skip: "the test is skipped until #100260 is resolved",
Name: fmt.Sprintf("multitenant/distsql/instances=%d/bundle=%s/timeout=%d", numInstances, b, to),
Owner: registry.OwnerSQLQueries,
Cluster: r.MakeClusterSpec(4),
Expand Down

0 comments on commit 8abbf27

Please sign in to comment.