Skip to content

Commit

Permalink
Re-enable mistakenly skipped tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
azasypkin committed Jun 15, 2020
1 parent 4295dfe commit 346d679
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ export default function ({ getService }: FtrProviderContext) {
expect(cookie.maxAge).to.be(0);
}

// FLAKY: https://github.com/elastic/kibana/issues/68836
describe.skip('Kerberos authentication', () => {
describe('Kerberos authentication', () => {
before(async () => {
await getService('esSupertest')
.post('/_security/role_mapping/krb5')
Expand Down

0 comments on commit 346d679

Please sign in to comment.