Skip to content

Commit

Permalink
Merge #63047
Browse files Browse the repository at this point in the history
63047: sql: temporarily skip flaky test r=yuzefovich a=yuzefovich

Addresses: #62948.

Release note: None

Co-authored-by: Yahor Yuzefovich <[email protected]>
  • Loading branch information
craig[bot] and yuzefovich committed Apr 3, 2021
2 parents 521d568 + 19378fa commit 6e5dfc4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/sql/user_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 6e5dfc4

Please sign in to comment.