We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68008ba commit bb16669Copy full SHA for bb16669
1 file changed
test/manual/kerberos.test.ts
@@ -16,7 +16,7 @@ async function verifyKerberosAuthentication(client) {
16
expect(docs).to.have.nested.property('[0].kerberos', true);
17
}
18
19
-describe.only('Kerberos', function () {
+describe('Kerberos', function () {
20
let resolveStub;
21
let lookupStub;
22
let client;
0 commit comments