skip flaky suite (#171168)

This commit is contained in:
Tiago Costa 2023-11-21 16:05:42 +00:00
parent c382428a19
commit d748bc38e1
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -31,7 +31,8 @@ const loginWithoutAccess = (url: string) => {
loadPage(url);
};
describe('Artifacts pages', { tags: ['@ess', '@serverless'] }, () => {
// FLAKY: https://github.com/elastic/kibana/issues/171168
describe.skip('Artifacts pages', { tags: ['@ess', '@serverless'] }, () => {
let endpointData: ReturnTypeFromChainable<typeof indexEndpointHosts> | undefined;
before(() => {