Skip to content

Commit

Permalink
Skip running e2e pool-load-fail test in CI (#3048)
Browse files Browse the repository at this point in the history
  • Loading branch information
philrz authored Apr 15, 2024
1 parent 66059b8 commit e3c0d26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/zui-player/ci.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ const baseConfig = require('./playwright.config');
module.exports = {
...baseConfig,
/* This is the list of flaky tests to ignore when running on CI */
testIgnore: /(pool-load-fail.spec.ts|pool-groups).spec/,
testIgnore: /(pool-load-fail|pool-groups).spec/,
};

0 comments on commit e3c0d26

Please sign in to comment.