Skip flaky visualize_security test

This commit is contained in:
Brian Seeders 2020-01-28 12:15:11 -05:00
parent 39d0fe431a
commit b8d4d6ddd6
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');