From 19378faa70a109f861103ca364fdf005e9747a85 Mon Sep 17 00:00:00 2001 From: Yahor Yuzefovich Date: Fri, 2 Apr 2021 16:20:46 -0700 Subject: [PATCH] sql: temporarily skip flaky test Release note: None --- pkg/sql/user_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkg/sql/user_test.go b/pkg/sql/user_test.go index 7e277a7c9faf..aa884f7ffef2 100644 --- a/pkg/sql/user_test.go +++ b/pkg/sql/user_test.go @@ -45,6 +45,8 @@ func TestGetUserHashedPasswordTimeout(t *testing.T) { defer leaktest.AfterTest(t)() defer log.Scope(t).Close(t) + skip.WithIssue(t, 62948 /* githubIssueID */) + // We want to use a low timeout below to prevent // this test from taking forever, however // race builds are so slow as to trigger this timeout spuriously.