Skip to content

Commit

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

Please sign in to comment.