@@ -209,12 +209,12 @@ export function shouldRunTestAtIndex(testIndex) {
209209
210210const SKIPPED_TESTS = {
211211 jQuery : {
212- DataGrid : [ 'RemoteGrouping' ] ,
212+ DataGrid : [ 'RemoteGrouping' , 'EditStateManagement' ] ,
213213 } ,
214214 Angular : {
215215 Charts : [ 'Crosshair' ] ,
216216 Common : [ 'PopupAndNotificationsOverview' ] ,
217- DataGrid : [ 'EditStateManagement' , 'Toolbar' , 'RemoteGrouping' ] ,
217+ DataGrid : [ 'EditStateManagement' , 'Toolbar' , 'RemoteGrouping' , 'EditStateManagement' ] ,
218218 Scheduler : [ 'ContextMenu' ] ,
219219 FileUploader : [ 'CustomDropzone' ] ,
220220 } ,
@@ -223,14 +223,14 @@ const SKIPPED_TESTS = {
223223 Common : [ 'PopupAndNotificationsOverview' ] ,
224224 // NOTE: Context menu item position is different across themes
225225 Scheduler : [ 'ContextMenu' ] ,
226- DataGrid : [ 'EditStateManagement' , 'Toolbar' , 'RemoteGrouping' ] ,
226+ DataGrid : [ 'EditStateManagement' , 'Toolbar' , 'RemoteGrouping' , 'EditStateManagement' ] ,
227227 FileUploader : [ 'CustomDropzone' ]
228228 } ,
229229 React : {
230230 Charts : [ 'Crosshair' ] ,
231231 Common : [ 'PopupAndNotificationsOverview' ] ,
232232 Scheduler : [ 'ContextMenu' ] ,
233- DataGrid : [ 'EditStateManagement' , 'Toolbar' , 'RemoteGrouping' ] ,
233+ DataGrid : [ 'EditStateManagement' , 'Toolbar' , 'RemoteGrouping' , 'EditStateManagement' ] ,
234234 FileUploader : [ 'CustomDropzone' ]
235235 } ,
236236} ;
0 commit comments