Skip to content

Commit

Permalink
Add the Playwright config to IGNORED_PATHS
Browse files Browse the repository at this point in the history
  • Loading branch information
mykolaharmash committed Dec 12, 2024
1 parent af5c80d commit ff45ff9
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ const THIS_REL = Path.relative(REPO_ROOT, THIS_PATH);
const IGNORED_PATHS = [
THIS_PATH,
Path.resolve(REPO_ROOT, 'packages/kbn-test/src/jest/run_check_jest_configs_cli.ts'),
Path.resolve(
REPO_ROOT,
'x-pack/plugins/observability_solution/observability_onboarding/e2e/playwright/playwright.config.ts'
),
];

export async function runCheckFtrConfigsCli() {
Expand Down

0 comments on commit ff45ff9

Please sign in to comment.