mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
skip flaky suite (#89477)
This commit is contained in:
parent
0f77f79789
commit
6a37af4d04
1 changed files with 2 additions and 1 deletions
|
@ -26,7 +26,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
const savedQueryManagementComponent = getService('savedQueryManagementComponent');
|
||||
const testSubjects = getService('testSubjects');
|
||||
|
||||
describe('saved queries saved objects', function describeIndexTests() {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/89477
|
||||
describe.skip('saved queries saved objects', function describeIndexTests() {
|
||||
before(async function () {
|
||||
log.debug('load kibana index with default index pattern');
|
||||
await esArchiver.load('discover');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue