From e3b281e4a7efb048a279591a2d5e29dfaf9597cf Mon Sep 17 00:00:00 2001 From: Andrei Matei Date: Wed, 3 Jun 2020 16:06:02 -0400 Subject: [PATCH] sql: tag skipped test with issue Release note: None --- pkg/sql/distsql_physical_planner_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/sql/distsql_physical_planner_test.go b/pkg/sql/distsql_physical_planner_test.go index 458ea6e425b3..c1aa7c243c54 100644 --- a/pkg/sql/distsql_physical_planner_test.go +++ b/pkg/sql/distsql_physical_planner_test.go @@ -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