Skip to content

Commit

Permalink
skip flaky suite (elastic#59717)
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger authored and jkelastic committed Mar 12, 2020
1 parent 26bd8fd commit d06315c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/functional/apps/management/_handle_alias.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ export default function({ getService, getPageObjects }) {
const retry = getService('retry');
const PageObjects = getPageObjects(['common', 'home', 'settings', 'discover', 'timePicker']);

describe('Index patterns on aliases', function() {
// FLAKY: https://github.com/elastic/kibana/issues/59717
describe.skip('Index patterns on aliases', function() {
before(async function() {
await esArchiver.loadIfNeeded('alias');
await esArchiver.load('empty_kibana');
Expand Down

0 comments on commit d06315c

Please sign in to comment.