@@ -62,6 +62,9 @@ const getTestSpecificSkipRules = (testName) => {
62
62
63
63
const SKIPPED_TESTS = {
64
64
jQuery : {
65
+ Chat : [
66
+ { demo : 'AIAndChatbotIntegration' , themes : [ THEME . material ] } ,
67
+ ] ,
65
68
Charts : [
66
69
{ demo : 'ServerSideDataProcessing' , themes : [ THEME . material ] } ,
67
70
] ,
@@ -77,6 +80,9 @@ const SKIPPED_TESTS = {
77
80
] ,
78
81
} ,
79
82
Angular : {
83
+ Chat : [
84
+ { demo : 'AIAndChatbotIntegration' , themes : [ THEME . material ] } ,
85
+ ] ,
80
86
DataGrid : [
81
87
{ demo : 'EditStateManagement' , themes : [ THEME . generic ] } ,
82
88
{ demo : 'MultipleRecordSelectionModes' , themes : [ THEME . fluent ] } ,
@@ -164,6 +170,9 @@ const SKIPPED_TESTS = {
164
170
] ,
165
171
} ,
166
172
React : {
173
+ Chat : [
174
+ { demo : 'AIAndChatbotIntegration' , themes : [ THEME . material ] } ,
175
+ ] ,
167
176
Charts : [
168
177
{ demo : 'PiesWithEqualSize' , themes : [ THEME . material ] } ,
169
178
{ demo : 'CustomAnnotations' , themes : [ THEME . material ] } ,
@@ -242,6 +251,9 @@ const SKIPPED_TESTS = {
242
251
Accordion : [
243
252
{ demo : 'Overview' , themes : [ THEME . generic , THEME . material , THEME . fluent ] } ,
244
253
] ,
254
+ Chat : [
255
+ { demo : 'AIAndChatbotIntegration' , themes : [ THEME . material ] } ,
256
+ ] ,
245
257
Charts : [
246
258
{ demo : 'TilingAlgorithms' , themes : [ THEME . material ] } ,
247
259
{ demo : 'ExportAndPrintingAPI' , themes : [ THEME . material ] } ,
0 commit comments