Skip to content

Commit

Permalink
Skip e2e test having DefaultAzureCredential
Browse files Browse the repository at this point in the history
  • Loading branch information
nagkumar91 committed Apr 18, 2024
1 parent fa8d1f1 commit d56b607
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
@pytest.mark.usefixtures("model_config", "recording_injection", "ml_client_config")
@pytest.mark.e2etest
class TestAdvSimulator:
@pytest.mark.skip(reason="This test is not ready yet due to DefaultAzureCredential.")
def test_conversation(self, model_config, ml_client_config):
from openai import AsyncAzureOpenAI

Expand Down

0 comments on commit d56b607

Please sign in to comment.