Skip to content

Commit 69df758

Browse files
committed
skip failing test suite (elastic#255381)
1 parent c2307dd commit 69df758

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

x-pack/platform/plugins/shared/osquery/cypress/e2e/all/add_integration.cy.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ import {
3939
} from '../../tasks/integrations';
4040
import { ServerlessRoleName } from '../../support/roles';
4141

42-
describe('ALL - Add Integration', { tags: ['@ess', '@serverless'] }, () => {
42+
// Failing: See https://github.com/elastic/kibana/issues/255381
43+
describe.skip('ALL - Add Integration', { tags: ['@ess', '@serverless'] }, () => {
4344
let savedQueryId: string;
4445

4546
before(() => {

0 commit comments

Comments
 (0)