Skip to content

Commit

Permalink
skip flaky suite (#172703)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Dec 7, 2023
1 parent bb26f49 commit 936fe44
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {

const TEST_TEMPLATE = 'a_test_template';

describe('Index Templates', function () {
// FLAKY: https://github.com/elastic/kibana/issues/172703
describe.skip('Index Templates', function () {
before(async () => {
await security.testUser.setRoles(['index_management_user']);
// Navigate to the index management page
Expand Down

0 comments on commit 936fe44

Please sign in to comment.