Disable sdk async test (#23624)

This commit is contained in:
Sriharsha Chintalapani 2025-09-29 23:15:58 -07:00 committed by GitHub
parent 3926595c24
commit 4f3376c16c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7259,6 +7259,8 @@ public abstract class EntityResourceTest<T extends EntityInterface, K extends Cr
@Test
@Execution(ExecutionMode.CONCURRENT)
@org.junit.jupiter.api.Disabled(
"Disabled until pattern #2 fluent API is implemented for SDK entities")
void test_sdkOnlyAsyncOperations(TestInfo test) throws Exception {
// Initialize SDK client
initializeSDKClient(ADMIN_AUTH_HEADERS);