Skip to content

Commit

Permalink
[7.x] Re-enable mistakenly skipped tests. (#69139)
Browse files Browse the repository at this point in the history
  • Loading branch information
azasypkin authored Jun 15, 2020
1 parent 1e7e8f8 commit cdcc73f
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 cdcc73f

Please sign in to comment.