Skip to content

Commit

Permalink
Merge #104731
Browse files Browse the repository at this point in the history
104731: sql/pgwire: skip TestAuthenticationAndHBARules r=healthy-pod a=herkolategan

Refs: #104381

Reason: flaky test

Generated by bin/skip-test.

Release justification: non-production code changes

Release note: None

Epic: None

Co-authored-by: Herko Lategan <herko@cockroachlabs.com>
  • Loading branch information
craig[bot] and herkolategan committed Jun 13, 2023
2 parents 322faef + 8ad44e1 commit 8d8f3c6
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 8d8f3c6

Please sign in to comment.