Skip to content

Commit 92caa3e

Browse files
authored
Update ResponsesTests.cs (Azure#49021)
1 parent 0f7fd2f commit 92caa3e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sdk/openai/Azure.AI.OpenAI/tests/ResponsesTests.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,8 @@ in client.CreateResponseStreamingAsync(inputItems, options))
214214
Assert.That(string.Join(string.Empty, deltaTextSegments), Is.EqualTo(finalResponseText));
215215
}
216216

217-
[RecordedTest]
217+
[Test]
218+
[Ignore("https://github.com/Azure/azure-sdk-for-net/issues/49020")]
218219
[TestCase(Gpt4oMiniDeployment)]
219220
[TestCase(ComputerUseDeployment)]
220221
public async Task ResponsesHelloWorldWithTool(string deploymentName)

0 commit comments

Comments
 (0)