Skip to content

Commit 8cb77d6

Browse files
committed
pgwire: skip TestAuthenticationAndHBARules
See #144782 Epic: none Release note: None
1 parent 7625d9f commit 8cb77d6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/sql/pgwire/auth_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ import (
127127
// alongside the "ok" or "ERROR" message.
128128
func TestAuthenticationAndHBARules(t *testing.T) {
129129
defer leaktest.AfterTest(t)()
130+
skip.WithIssue(t, 144782)
130131
skip.UnderRace(t, "takes >1min under race")
131132

132133
testutils.RunTrueAndFalse(t, "insecure", func(t *testing.T, insecure bool) {

0 commit comments

Comments
 (0)