mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip failing suite (#44631)
This commit is contained in:
parent
ad600c8cd3
commit
8aa718d11e
1 changed files with 3 additions and 3 deletions
|
@ -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');
|
||||
|
@ -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');
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue