mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Skip flaky visualize_security test
This commit is contained in:
parent
39d0fe431a
commit
b8d4d6ddd6
1 changed files with 2 additions and 1 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue