mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip flaky suite (#169688)
This commit is contained in:
parent
cd8841c284
commit
64169a2f3a
1 changed files with 2 additions and 1 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue