Skip to content

Commit bb02617

Browse files
Fix tests
1 parent f10c74e commit bb02617

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

options_test.go

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -277,14 +277,6 @@ func TestKerberos(t *testing.T) {
277277
},
278278
ShouldUseKerberos: true,
279279
},
280-
{
281-
Opts: adauth.Options{
282-
User: upn,
283-
// CCache does not matter if file is not even there
284-
CCache: "testdata/doesnotexist",
285-
},
286-
ShouldUseKerberos: false,
287-
},
288280
}
289281

290282
for i, testCase := range testCases {

0 commit comments

Comments
 (0)