mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
skip flaky suite (#120433)
This commit is contained in:
parent
11aaff4298
commit
d1b0cacbe6
1 changed files with 2 additions and 1 deletions
|
@ -79,7 +79,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
}
|
||||
});
|
||||
|
||||
describe('E-Commerce Data', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/120433
|
||||
describe.skip('E-Commerce Data', () => {
|
||||
before(async () => {
|
||||
await esArchiver.load(ecommerceDataPath);
|
||||
await kibanaServer.importExport.load(ecommerceSOPath);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue