From bb02617c3df213ecb6f72e35d471dc45c3b6413d Mon Sep 17 00:00:00 2001 From: Erik Geiser Date: Fri, 7 Nov 2025 10:20:42 +0100 Subject: [PATCH] Fix tests --- options_test.go | 8 -------- 1 file changed, 8 deletions(-) diff --git a/options_test.go b/options_test.go index 763de36..e664254 100644 --- a/options_test.go +++ b/options_test.go @@ -277,14 +277,6 @@ func TestKerberos(t *testing.T) { }, ShouldUseKerberos: true, }, - { - Opts: adauth.Options{ - User: upn, - // CCache does not matter if file is not even there - CCache: "testdata/doesnotexist", - }, - ShouldUseKerberos: false, - }, } for i, testCase := range testCases {