skip flaky suite (#169688)

This commit is contained in:
Tiago Costa 2023-10-25 04:54:04 +01:00
parent cd8841c284
commit 64169a2f3a
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -177,7 +177,8 @@ describe('ALL - Packs', { tags: ['@ess', '@serverless'] }, () => {
});
});
describe('Global packs', { tags: ['@ess', '@serverless'] }, () => {
// FLAKY: https://github.com/elastic/kibana/issues/169688
describe.skip('Global packs', { tags: ['@ess', '@serverless'] }, () => {
beforeEach(() => {
cy.login(ServerlessRoleName.PLATFORM_ENGINEER);
navigateTo('/app/osquery/packs');