Skip to content

Commit

Permalink
Skip synthetics (journey) failing suite as well.
Browse files Browse the repository at this point in the history
  • Loading branch information
wayneseymour committed Sep 3, 2024
1 parent 15fa68f commit 328c431
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,12 @@ import { byTestId } from '../../helpers/utils';
import { cleanTestParams } from './services/add_monitor';
import { syntheticsAppPageProvider } from '../page_objects/synthetics_app';

journey(`GlobalParameters`, async ({ page, params }) => {
const journeySkip =
(...params: Parameters<typeof journey>) =>
() =>
journey(...params);
// See details: https://github.com/elastic/kibana/issues/191961
journeySkip(`GlobalParameters`, async ({ page, params }) => {
const syntheticsApp = syntheticsAppPageProvider({ page, kibanaUrl: params.kibanaUrl, params });

before(async () => {
Expand Down

0 comments on commit 328c431

Please sign in to comment.