Skip to content

Commit

Permalink
skip flaky suite (#158612)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Aug 29, 2023
1 parent 95c6b6f commit 6131ae3
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
await transform.wizard.assertCopyToClipboardButtonEnabled(true);
});

it('runs the transform and displays it correctly in the job list', async () => {
// FLAKY: https://github.com/elastic/kibana/issues/158612
it.skip('runs the transform and displays it correctly in the job list', async () => {
await transform.testExecution.logTestStep('creates the transform');
await transform.wizard.createTransform();

Expand Down

0 comments on commit 6131ae3

Please sign in to comment.