Skip to content

Commit

Permalink
Merge #49844
Browse files Browse the repository at this point in the history
49844: sql: tag skipped test with issue r=andreimatei a=andreimatei

Release note: None

Co-authored-by: Andrei Matei <andrei@cockroachlabs.com>
  • Loading branch information
craig[bot] and andreimatei committed Jun 5, 2020
2 parents c9b9c01 + e3b281e commit 74e186e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/sql/distsql_physical_planner_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ func TestDistSQLRangeCachesIntegrationTest(t *testing.T) {
func TestDistSQLDeadHosts(t *testing.T) {
defer leaktest.AfterTest(t)()

t.Skip("test is too slow; we need to tweak timeouts so connections die faster (see #14376)")
t.Skip("#49843. test is too slow; we need to tweak timeouts so connections die faster (see #14376)")

const n = 100
const numNodes = 5
Expand Down

0 comments on commit 74e186e

Please sign in to comment.