Skip to content

Commit

Permalink
reports: skip TestCriticalLocalitiesReportIntegration under stress/race
Browse files Browse the repository at this point in the history
See #134948.
Epic: None
Release note: None
  • Loading branch information
tbg committed Nov 15, 2024
1 parent 9004804 commit e2456ec
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkg/kv/kvserver/reports/reporter_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,11 @@ func TestConstraintConformanceReportIntegration(t *testing.T) {
func TestCriticalLocalitiesReportIntegration(t *testing.T) {
defer leaktest.AfterTest(t)()
defer log.Scope(t).Close(t)

skip.UnderStressWithIssue(t, 134948)
skip.UnderRaceWithIssue(t, 134948)
skip.UnderShort(t)

ctx := context.Background()
// 2 regions, 3 dcs per region.
tc := serverutils.StartCluster(t, 6, base.TestClusterArgs{
Expand Down

0 comments on commit e2456ec

Please sign in to comment.