From 79e3980f1f9b4bb032015a1d1b2da246690e8d06 Mon Sep 17 00:00:00 2001 From: Ryan Richard Date: Fri, 28 May 2021 17:06:01 -0700 Subject: [PATCH] Fix nil function deference in an integration test from previous commit --- test/integration/supervisor_login_test.go | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/test/integration/supervisor_login_test.go b/test/integration/supervisor_login_test.go index 692b0db8..96f4481b 100644 --- a/test/integration/supervisor_login_test.go +++ b/test/integration/supervisor_login_test.go @@ -50,6 +50,9 @@ func TestSupervisorLogin(t *testing.T) { }{ { name: "oidc with default username and groups claim settings", + maybeSkip: func(t *testing.T) { + // never need to skip this test + }, createIDP: func(t *testing.T) { t.Helper() library.CreateTestOIDCIdentityProvider(t, idpv1alpha1.OIDCIdentityProviderSpec{ @@ -70,6 +73,9 @@ func TestSupervisorLogin(t *testing.T) { }, { name: "oidc with custom username and groups claim settings", + maybeSkip: func(t *testing.T) { + // never need to skip this test + }, createIDP: func(t *testing.T) { t.Helper() library.CreateTestOIDCIdentityProvider(t, idpv1alpha1.OIDCIdentityProviderSpec{