Skip to content

Commit

Permalink
skip failing suite (#44631)
Browse files Browse the repository at this point in the history
(cherry picked from commit 8aa718d)
  • Loading branch information
spalger committed Feb 13, 2020
1 parent 55f87c0 commit 4841bfb
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ export default function({ getPageObjects, getService }: FtrProviderContext) {
await PageObjects.timePicker.setDefaultAbsoluteRange();
}

describe('security', () => {
// FLAKY: https://github.com/elastic/kibana/issues/45348
describe.skip('security', () => {
before(async () => {
await esArchiver.load('discover/feature_controls/security');
await esArchiver.loadIfNeeded('logstash_functional');
Expand Down Expand Up @@ -100,8 +101,7 @@ export default function({ getPageObjects, getService }: FtrProviderContext) {
await PageObjects.share.clickShareTopNavButton();
});

// https://github.com/elastic/kibana/issues/45348
it.skip('allow saving via the saved query management component popover with no query loaded', async () => {
it('allow saving via the saved query management component popover with no query loaded', async () => {
await savedQueryManagementComponent.saveNewQuery('foo', 'bar', true, false);
await savedQueryManagementComponent.savedQueryExistOrFail('foo');
});
Expand Down

0 comments on commit 4841bfb

Please sign in to comment.