Skip to content

Commit

Permalink
Map - unskip demos tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Zedwag committed Dec 11, 2024
1 parent d37b38b commit de6d34a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions apps/demos/testing/common.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -297,9 +297,6 @@ const SKIPPED_TESTS = {
'Scheduler',
'PivotGrid',
];
const BROKEN_THIRD_PARTY_SCRIPTS_COMPONENT = [
'Map',
];

getDemoPaths(approach).forEach((demoPath, index) => {
if (!shouldRunTestAtIndex(index + 1) || !existsSync(demoPath)) { return; }
Expand Down Expand Up @@ -328,9 +325,6 @@ const SKIPPED_TESTS = {
if (process.env.STRATEGY === 'accessibility' && ACCESSIBILITY_UNSUPPORTED_COMPONENTS.indexOf(widgetName) > -1) {
return;
}
if (BROKEN_THIRD_PARTY_SCRIPTS_COMPONENT.indexOf(widgetName) > -1) {
return;
}
if (process.env.CI_ENV && process.env.DISABLE_DEMO_TEST_SETTINGS !== 'ignore') {
if (mergedTestSettings.ignore) { return; }
}
Expand Down

0 comments on commit de6d34a

Please sign in to comment.