Skip to content

Commit 9d0f7f9

Browse files
authored
Re-enabling few tests (Azure#39561)
* Removing Multimodal evals and fixes few tests * fix * release date * release date * release date * fixing few tests * asset update * asset update
1 parent 74ece68 commit 9d0f7f9

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

sdk/evaluation/azure-ai-evaluation/assets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"AssetsRepo": "Azure/azure-sdk-assets",
33
"AssetsRepoPrefixPath": "python",
44
"TagPrefix": "python/evaluation/azure-ai-evaluation",
5-
"Tag": "python/evaluation/azure-ai-evaluation_01a8f4c86e"
5+
"Tag": "python/evaluation/azure-ai-evaluation_995c25afac"
66
}

sdk/evaluation/azure-ai-evaluation/tests/e2etests/test_adv_simulator.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -287,8 +287,6 @@ def has_image_url_with_url(content):
287287
]
288288
)
289289

290-
@pytest.mark.skipif(
291-
not is_live(), reason="Getting ServiceResponseTimeoutError in playback mode. WI: 3819148")
292290
def test_adv_summarization_sim_responds_with_responses(self, azure_cred, project_scope):
293291
os.environ.pop("RAI_SVC_URL", None)
294292
from azure.ai.evaluation.simulator import AdversarialScenario, AdversarialSimulator
@@ -420,7 +418,6 @@ async def callback(
420418
)
421419
assert len(outputs) == 1
422420

423-
@pytest.mark.skipif(is_live(), reason="API not fully released yet. Don't run in live mode unless connected to INT.")
424421
def test_adv_protected_matierial_sim_responds_with_responses(self, azure_cred, project_scope):
425422
os.environ.pop("RAI_SVC_URL", None)
426423
from azure.ai.evaluation.simulator import AdversarialScenario, AdversarialSimulator
@@ -464,7 +461,6 @@ async def callback(
464461
)
465462
assert len(outputs) == 1
466463

467-
@pytest.mark.skipif(is_live(), reason="API not fully released yet. Don't run in live mode unless connected to INT.")
468464
def test_adv_eci_sim_responds_with_responses(self, azure_cred, project_scope):
469465
os.environ.pop("RAI_SVC_URL", None)
470466
from azure.ai.evaluation.simulator import AdversarialSimulator

0 commit comments

Comments
 (0)