We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 608d87d commit d594ee8Copy full SHA for d594ee8
sdk/evaluation/azure-ai-evaluation/tests/e2etests/test_sim_and_eval.py
@@ -38,6 +38,7 @@ def questions_file():
38
class TestSimAndEval:
39
40
@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")
42
def test_protected_material_sim_into_eval(self, project_scope, azure_cred):
43
azure_ai_project = {
44
"subscription_id": project_scope["subscription_id"],
0 commit comments