@@ -64,11 +64,6 @@ const getTestSpecificSkipRules = (testName) => {
6464
6565const SKIPPED_TESTS = {
6666 jQuery : {
67- Chat : [
68- // TODO Chrome133: skipped during chrome update
69- // error "ReferenceError: AzureOpenAI is not defined"
70- { demo : 'AIAndChatbotIntegration' , themes : [ THEME . generic , THEME . material , THEME . fluent ] } ,
71- ] ,
7267 Charts : [
7368 { demo : 'ServerSideDataProcessing' , themes : [ THEME . material ] } ,
7469 ] ,
@@ -84,11 +79,6 @@ const SKIPPED_TESTS = {
8479 ] ,
8580 } ,
8681 Angular : {
87- Chat : [
88- // TODO Chrome133: skipped during chrome update
89- // error "ReferenceError: AzureOpenAI is not defined"
90- { demo : 'AIAndChatbotIntegration' , themes : [ THEME . generic , THEME . material , THEME . fluent ] } ,
91- ] ,
9282 DataGrid : [
9383 { demo : 'EditStateManagement' , themes : [ THEME . generic ] } ,
9484 { demo : 'MultipleRecordSelectionModes' , themes : [ THEME . fluent ] } ,
@@ -168,11 +158,6 @@ const SKIPPED_TESTS = {
168158 ] ,
169159 } ,
170160 React : {
171- Chat : [
172- // TODO Chrome133: skipped during chrome update
173- // error "ReferenceError: AzureOpenAI is not defined"
174- { demo : 'AIAndChatbotIntegration' , themes : [ THEME . generic , THEME . material , THEME . fluent ] } ,
175- ] ,
176161 Charts : [
177162 { demo : 'PiesWithEqualSize' , themes : [ THEME . material ] } ,
178163 { demo : 'CustomAnnotations' , themes : [ THEME . material ] } ,
@@ -240,11 +225,6 @@ const SKIPPED_TESTS = {
240225 ] ,
241226 } ,
242227 Vue : {
243- Chat : [
244- // TODO Chrome133: skipped during chrome update
245- // error "ReferenceError: AzureOpenAI is not defined"
246- { demo : 'AIAndChatbotIntegration' , themes : [ THEME . generic , THEME . material , THEME . fluent ] } ,
247- ] ,
248228 Charts : [
249229 { demo : 'TilingAlgorithms' , themes : [ THEME . material ] } ,
250230 { demo : 'ExportAndPrintingAPI' , themes : [ THEME . material ] } ,
0 commit comments