Skip to content

Commit 95c8b61

Browse files
authored
fix: Remove test for deprecated bing search service (#2454)
* fix: Remove test for deprecated service * Add fuzzing exclusions for newly removed tests
1 parent b8d7b8a commit 95c8b61

File tree

2 files changed

+4
-130
lines changed

2 files changed

+4
-130
lines changed

cognitive/src/test/scala/com/microsoft/azure/synapse/ml/services/bing/ImageSearchSuite.scala

Lines changed: 0 additions & 130 deletions
This file was deleted.

src/test/scala/com/microsoft/azure/synapse/ml/core/test/fuzzing/FuzzingTest.scala

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)