Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into dezed
Browse files Browse the repository at this point in the history
  • Loading branch information
jameskerr committed Mar 7, 2025
2 parents 571280d + 7ca67e8 commit 16d7f51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/app-player/ci.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const baseConfig = require('./playwright.config');
import baseConfig from './playwright.config';

module.exports = {
export default {
...baseConfig,
/* This is the list of flaky tests to ignore when running on CI */
testIgnore: /(pool-load-fail|pool-groups).spec/,
Expand Down

0 comments on commit 16d7f51

Please sign in to comment.