Skip to content

Commit

Permalink
Merge #135255
Browse files Browse the repository at this point in the history
135255: reports: skip TestCriticalLocalitiesReportIntegration under stress/race r=tbg a=tbg

See #134948.
Epic: None
Release note: None


Co-authored-by: Tobias Grieger <tobias.b.grieger@gmail.com>
  • Loading branch information
craig[bot] and tbg committed Nov 15, 2024
2 parents 7d943e9 + 6b753d4 commit e6e86b7
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 e6e86b7

Please sign in to comment.