Skip to content

Commit

Permalink
Merge #133589
Browse files Browse the repository at this point in the history
133589: sqlccl: skip TestStandbyRead under duress r=DrewKimball a=michae2

Fixes: #133243

Release note: None

Co-authored-by: Michael Erickson <[email protected]>
  • Loading branch information
craig[bot] and michae2 committed Oct 28, 2024
2 parents d775cc6 + 2b3cc25 commit a037086
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/ccl/testccl/sqlccl/standby_read_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ import (
"github.com/cockroachdb/cockroach/pkg/sql/catalog/replication"
"github.com/cockroachdb/cockroach/pkg/testutils"
"github.com/cockroachdb/cockroach/pkg/testutils/serverutils"
"github.com/cockroachdb/cockroach/pkg/testutils/skip"
"github.com/cockroachdb/cockroach/pkg/testutils/sqlutils"
"github.com/cockroachdb/cockroach/pkg/util/leaktest"
"github.com/cockroachdb/cockroach/pkg/util/log"
Expand All @@ -26,6 +27,8 @@ func TestStandbyRead(t *testing.T) {
defer leaktest.AfterTest(t)()
defer log.Scope(t).Close(t)

skip.UnderDuress(t, "slow test")

testcases := []struct {
standby bool
stmt string
Expand Down

0 comments on commit a037086

Please sign in to comment.