mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky suite (#172704)
This commit is contained in:
parent
936fe44e61
commit
df68e163a2
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
|
|||
const TEST_TEMPLATE = 'a_test_template';
|
||||
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/172703
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/172704
|
||||
describe.skip('Index Templates', function () {
|
||||
before(async () => {
|
||||
await security.testUser.setRoles(['index_management_user']);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue