Skip to content

Commit

Permalink
skip failing test suite (elastic#177215)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Mar 20, 2024
1 parent 83ee34e commit 5a40836
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ export default function ruleTests({ getService }: FtrProviderContext) {
`.internal.alerts-transform.health.alerts-default-000001`
);

describe('rule', async () => {
// Failing: See https://github.com/elastic/kibana/issues/177215
describe.skip('rule', async () => {
const objectRemover = new ObjectRemover(supertest);
let connectorId: string;
const transformId = 'test_transform_01';
Expand Down

0 comments on commit 5a40836

Please sign in to comment.