Skip to content

Commit

Permalink
Run packets and title bar tests in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
philrz committed Jan 23, 2024
1 parent d0143a5 commit 48bb98c
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-loads|pool-groups|title-bar-buttons|packets).spec/,
testIgnore: /(pool-loads|pool-groups).spec/,
};

0 comments on commit 48bb98c

Please sign in to comment.