Skip to content

Commit d594ee8

Browse files
authored
disable test (#37672)
1 parent 608d87d commit d594ee8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ def questions_file():
3838
class TestSimAndEval:
3939

4040
@pytest.mark.azuretest
41+
@pytest.mark.skip(reason="Skip as it only failed in CI pipeline. Will re-enable once the CI issue is fixed")
4142
def test_protected_material_sim_into_eval(self, project_scope, azure_cred):
4243
azure_ai_project = {
4344
"subscription_id": project_scope["subscription_id"],

0 commit comments

Comments
 (0)