Skip to content

Commit 6b3fcda

Browse files
committed
skipping more tests for testing
1 parent 3fe0ca2 commit 6b3fcda

File tree

1 file changed

+23
-23
lines changed

1 file changed

+23
-23
lines changed

packages/react-aria-components/test/Autocomplete.test.tsx

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1092,26 +1092,26 @@ AriaAutocompleteTests({
10921092
ariaPattern: 'grid'
10931093
});
10941094

1095-
AriaAutocompleteTests({
1096-
prefix: 'rac-static-gridlist',
1097-
renderers: {
1098-
noVirtualFocus: () => render(
1099-
<AutocompleteWrapper>
1100-
<StaticGridList />
1101-
</AutocompleteWrapper>
1102-
)
1103-
},
1104-
ariaPattern: 'grid'
1105-
});
1106-
1107-
AriaAutocompleteTests({
1108-
prefix: 'rac-static-taggroup',
1109-
renderers: {
1110-
noVirtualFocus: () => render(
1111-
<AutocompleteWrapper>
1112-
<StaticTagGroup />
1113-
</AutocompleteWrapper>
1114-
)
1115-
},
1116-
ariaPattern: 'grid'
1117-
});
1095+
// AriaAutocompleteTests({
1096+
// prefix: 'rac-static-gridlist',
1097+
// renderers: {
1098+
// noVirtualFocus: () => render(
1099+
// <AutocompleteWrapper>
1100+
// <StaticGridList />
1101+
// </AutocompleteWrapper>
1102+
// )
1103+
// },
1104+
// ariaPattern: 'grid'
1105+
// });
1106+
1107+
// AriaAutocompleteTests({
1108+
// prefix: 'rac-static-taggroup',
1109+
// renderers: {
1110+
// noVirtualFocus: () => render(
1111+
// <AutocompleteWrapper>
1112+
// <StaticTagGroup />
1113+
// </AutocompleteWrapper>
1114+
// )
1115+
// },
1116+
// ariaPattern: 'grid'
1117+
// });

0 commit comments

Comments
 (0)