@@ -40,6 +40,7 @@ class FuzzingTest extends TestBase {
4040 " com.microsoft.azure.synapse.ml.causal.DiffInDiffModel" ,
4141 " com.microsoft.azure.synapse.ml.causal.OrthoForestDMLModel" ,
4242 " com.microsoft.azure.synapse.ml.services.DocumentTranslator" ,
43+ " com.microsoft.azure.synapse.ml.services.bing.BingImageSearch" ,
4344 " com.microsoft.azure.synapse.ml.services.translate.DocumentTranslator" ,
4445 " org.apache.spark.ml.feature.FastVectorAssembler" ,
4546 " com.microsoft.azure.synapse.ml.featurize.ValueIndexerModel" ,
@@ -100,6 +101,7 @@ class FuzzingTest extends TestBase {
100101 val exemptions : Set [String ] = Set (
101102 " com.microsoft.azure.synapse.ml.services.text.TextAnalyze" ,
102103 " com.microsoft.azure.synapse.ml.services.translate.DocumentTranslator" ,
104+ " com.microsoft.azure.synapse.ml.services.bing.BingImageSearch" ,
103105 " com.microsoft.azure.synapse.ml.causal.DiffInDiffModel" ,
104106 " com.microsoft.azure.synapse.ml.automl.BestModel" ,
105107 " com.microsoft.azure.synapse.ml.automl.TuneHyperparameters" ,
@@ -163,6 +165,7 @@ class FuzzingTest extends TestBase {
163165 val exemptions : Set [String ] = Set (
164166 " com.microsoft.azure.synapse.ml.services.text.TextAnalyze" ,
165167 " com.microsoft.azure.synapse.ml.services.translate.DocumentTranslator" ,
168+ " com.microsoft.azure.synapse.ml.services.bing.BingImageSearch" ,
166169 " com.microsoft.azure.synapse.ml.automl.TuneHyperparameters" ,
167170 " com.microsoft.azure.synapse.ml.causal.DoubleMLModel" ,
168171 " com.microsoft.azure.synapse.ml.causal.DiffInDiffModel" ,
@@ -222,6 +225,7 @@ class FuzzingTest extends TestBase {
222225
223226 test(" Verify all stages can be tested in R" ) {
224227 val exemptions : Set [String ] = Set (
228+ " com.microsoft.azure.synapse.ml.services.bing.BingImageSearch" ,
225229 " com.microsoft.azure.synapse.ml.services.text.TextAnalyze" ,
226230 " com.microsoft.azure.synapse.ml.services.translate.DocumentTranslator" ,
227231 " com.microsoft.azure.synapse.ml.automl.TuneHyperparameters" ,
0 commit comments