Skip to content

Commit

Permalink
sql/pgwire: skip TestAuthenticationAndHBARules
Browse files Browse the repository at this point in the history
Refs: #104381

Reason: flaky test

Generated by bin/skip-test.

Release justification: non-production code changes

Release note: None
  • Loading branch information
herkolategan committed Jun 12, 2023
1 parent cdc8439 commit 8ad44e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/sql/pgwire/auth_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ import (
// alongside the "ok" or "ERROR" message.
func TestAuthenticationAndHBARules(t *testing.T) {
defer leaktest.AfterTest(t)()
skip.WithIssue(t, 104381, "flaky test")
skip.UnderRace(t, "takes >1min under race")

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

0 comments on commit 8ad44e1

Please sign in to comment.