skip flaky suite (#183064)

This commit is contained in:
Tiago Costa 2024-05-09 17:47:42 +01:00
parent f487d3e346
commit eea06fc3c1
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -29,7 +29,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
'timePicker',
]);
describe('sample data dashboard', function describeIndexTests() {
// FLAKY: https://github.com/elastic/kibana/issues/183064
describe.skip('sample data dashboard', function describeIndexTests() {
before(async () => {
await esArchiver.emptyKibanaIndex();
await PageObjects.common.sleep(5000);