Skip flaky visualize_security test

This commit is contained in:
Brian Seeders 2020-01-28 12:13:56 -05:00
parent 04ad88cd77
commit 708713496d
No known key found for this signature in database
GPG key ID: 424927146CC9A682

View file

@ -116,7 +116,8 @@ export default function({ getPageObjects, getService }: FtrProviderContext) {
await PageObjects.share.clickShareTopNavButton();
});
it('allow saving via the saved query management component popover with no saved query loaded', async () => {
// Flaky: https://github.com/elastic/kibana/issues/50018
it.skip('allow saving via the saved query management component popover with no saved query loaded', async () => {
await queryBar.setQuery('response:200');
await savedQueryManagementComponent.saveNewQuery('foo', 'bar', true, false);
await savedQueryManagementComponent.savedQueryExistOrFail('foo');