Skip to content

Commit

Permalink
Disable identity e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pastuxso committed Sep 21, 2024
1 parent cef8562 commit d1d5a5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/e2e/wdio.conf.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ export const config: Options.Testrunner = {
//
specs: ['./specs/**/*.e2e.ts'],
// Patterns to exclude.
// exclude: ['./specs/**/identity/*.e2e.ts'],
exclude: [],
exclude: ['./specs/**/identity/*.e2e.ts'],
// exclude: [],
//
// ======
// Runner
Expand Down

0 comments on commit d1d5a5b

Please sign in to comment.