Skip to content

Commit 4d33777

Browse files
craig[bot]rickystewart
andcommitted
Merge #144783
144783: pgwire: skip `TestAuthenticationAndHBARules` r=rail a=rickystewart See #144782 Epic: none Release note: None Co-authored-by: Ricky Stewart <[email protected]>
2 parents 7625d9f + 8cb77d6 commit 4d33777

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)