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 f0fc0ed commit ad2d539Copy full SHA for ad2d539
sdk/ai/azure-ai-agents/src/test/java/com/azure/ai/agents/implementation/http/HttpClientHelperTests.java
@@ -112,6 +112,7 @@ void executeWithNullRequestBodySucceeds() throws Exception {
112
}
113
114
115
+ @Disabled("Body gets eagerly evaluated. Instrumentation could be wrong.")
116
@Test
117
void executeThrowsUncheckedIOExceptionOnBodyBufferingFailure() {
118
RecordingHttpClient recordingClient
0 commit comments