From 8ad44e14eddd2d06870a9694d44a701bcc233c33 Mon Sep 17 00:00:00 2001 From: Herko Lategan Date: Mon, 12 Jun 2023 16:42:34 +0100 Subject: [PATCH] sql/pgwire: skip TestAuthenticationAndHBARules Refs: #104381 Reason: flaky test Generated by bin/skip-test. Release justification: non-production code changes Release note: None --- pkg/sql/pgwire/auth_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/sql/pgwire/auth_test.go b/pkg/sql/pgwire/auth_test.go index 4858105c567c..262f89766d41 100644 --- a/pkg/sql/pgwire/auth_test.go +++ b/pkg/sql/pgwire/auth_test.go @@ -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) {