Skip to content

Commit 4d83497

Browse files
authored
chore: disable Tree.cy.tsx for React 18 E2E (#34133)
1 parent 9250e34 commit 4d83497

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

apps/react-18-tests-v9/cypress.config.ts

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import { baseConfig } from '@fluentui/scripts-cypress';
55
const excludedSpecs = [
66
'!' + path.resolve('../../packages/react-components/react-overflow/library/src/**/*.cy.{tsx,ts}'),
77
'!' + path.resolve('../../packages/react-components/react-tag-picker/library/src/**/*.cy.{tsx,ts}'),
8+
'!' + path.resolve('../../packages/react-components/react-tree/library/src/components/Tree/Tree.cy.tsx'),
89
];
910

1011
// Include all tests from this app and the components package

packages/react-components/react-tree/library/src/components/Tree/Tree.cy.tsx

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* @TODO: Fix tests to run on React 18 */
2+
13
import 'cypress-real-events';
24
import * as React from 'react';
35
import { mount as mountBase } from '@cypress/react';

0 commit comments

Comments
 (0)