We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f10c74e commit bb02617Copy full SHA for bb02617
1 file changed
options_test.go
@@ -277,14 +277,6 @@ func TestKerberos(t *testing.T) {
277
},
278
ShouldUseKerberos: true,
279
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
288
}
289
290
for i, testCase := range testCases {
0 commit comments