Skip to content

Commit

Permalink
skip flaky suite (#165746)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Sep 5, 2023
1 parent ad43fc0 commit ccfb713
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
const security = getService('security');
const retry = getService('retry');

describe('Index Templates', function () {
// FLAKY: https://github.com/elastic/kibana/issues/165746
describe.skip('Index Templates', function () {
before(async () => {
await security.testUser.setRoles(['index_management_user']);
await pageObjects.common.navigateToApp('indexManagement');
Expand Down

0 comments on commit ccfb713

Please sign in to comment.