mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip flaky suite (#45244)
This commit is contained in:
parent
95b713e69d
commit
0cee1a4adb
1 changed files with 2 additions and 1 deletions
|
@ -20,7 +20,8 @@ export default function({ getPageObjects, getService }: FtrProviderContext) {
|
|||
const testSubjects = getService('testSubjects');
|
||||
const appsMenu = getService('appsMenu');
|
||||
|
||||
describe('visualize', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/45244
|
||||
describe.skip('visualize', () => {
|
||||
before(async () => {
|
||||
await esArchiver.loadIfNeeded('logstash_functional');
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue