mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
skip flaky suite (#62497)
This commit is contained in:
parent
f520bbd754
commit
a4e740ed3d
1 changed files with 2 additions and 1 deletions
|
@ -33,7 +33,8 @@ export default function({ getService, getPageObjects }: FtrProviderContext) {
|
|||
['geo.src', 'IN'],
|
||||
];
|
||||
|
||||
describe('Discover', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/62497
|
||||
describe.skip('Discover', () => {
|
||||
before(async () => {
|
||||
await esArchiver.load('discover');
|
||||
await esArchiver.loadIfNeeded('logstash_functional');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue