Skip to content

Commit

Permalink
update timeSensitiveSuites
Browse files Browse the repository at this point in the history
  • Loading branch information
cherniavskii committed Jan 15, 2025
1 parent 27f3c90 commit a650214
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion test/regressions/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,13 @@ function sleep(timeoutMS: number | undefined) {
const isMaterialUIv6 = materialPackageJson.version.startsWith('6.');

// Tests that need a longer timeout.
const timeSensitiveSuites = ['ColumnAutosizingAsync'];
const timeSensitiveSuites = [
'ColumnAutosizingAsync',
'DensitySelectorGrid',
'DataGridOverlays',
'PopularFeaturesDemo',
'ServerSideRowGroupingGroupExpansion',
];

const isConsoleWarningIgnored = (msg?: string) => {
if (
Expand Down

0 comments on commit a650214

Please sign in to comment.