mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky suite (#171644)
This commit is contained in:
parent
0bc8d3872e
commit
09a389f805
1 changed files with 2 additions and 1 deletions
|
@ -59,7 +59,8 @@ const visitArtifactTab = (tabId: string) => {
|
|||
cy.get(`#${tabId}`).click();
|
||||
};
|
||||
|
||||
describe('Artifact tabs in Policy Details page', { tags: ['@ess', '@serverless'] }, () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/171644
|
||||
describe.skip('Artifact tabs in Policy Details page', { tags: ['@ess', '@serverless'] }, () => {
|
||||
let endpointData: ReturnTypeFromChainable<typeof indexEndpointHosts> | undefined;
|
||||
|
||||
before(() => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue