Skip to content

Commit

Permalink
skip flaky suite (#68836)
Browse files Browse the repository at this point in the history
(cherry picked from commit 0cfe116)
  • Loading branch information
spalger committed Jun 10, 2020
1 parent a8718ef commit 29380dc
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ export default function ({ getService }: FtrProviderContext) {
expect(cookie.maxAge).to.be(0);
}

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

0 comments on commit 29380dc

Please sign in to comment.