Skip to content

Commit

Permalink
Skip GPT-4 Turbo test due to deployment change
Browse files Browse the repository at this point in the history
The test is temporarily skipped as the deployment configuration has changed. This requires an update to the test setup to align with the new deployment setup.
  • Loading branch information
rodion-m committed Jul 27, 2024
1 parent 69954ba commit 0368b94
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public AzureOpenAiClientTests(ITestOutputHelper outputHelper, AzureOpenAiClientF
_client = fixture.Client;
}

[Fact]
[Fact(Skip = "Deployment was changed, need to update it")]
public async void Get_long_response_from_gpt4_Turbo_model()
{
string text = "Describe who are you in a very detailed way. At least 300 words.";
Expand Down

0 comments on commit 0368b94

Please sign in to comment.