Skip to content

Commit 254c950

Browse files
committed
skip 17 tests for build, investigate later
1 parent 31adda0 commit 254c950

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/@react-spectrum/table/test/Table.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,9 +140,9 @@ function pointerEvent(type, opts) {
140140
}
141141

142142
export let tableTests = () => {
143-
// Temporarily disabling these tests in React 16 because they run into a memory limit and crash.
143+
// Temporarily disabling these tests in React 16/17 because they run into a memory limit and crash.
144144
// TODO: investigate.
145-
if (parseInt(React.version, 10) <= 16) {
145+
if (parseInt(React.version, 10) <= 17) {
146146
return;
147147
}
148148

0 commit comments

Comments
 (0)