From 43aa6b771dd3496471ae7fc08d4ccae18ad586eb Mon Sep 17 00:00:00 2001 From: Shawn Fang <45607042+mssfang@users.noreply.github.com> Date: Mon, 8 May 2023 10:56:22 -0700 Subject: [PATCH] Revert "[Core-HttpClient-Matrix] Enable JDK and Vertx httpclient in pipeline. (#34649)" This reverts commit 8ac808d96560d04cfdc5c9f338667eeb7c385786. --- eng/pipelines/templates/stages/platform-matrix.json | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/eng/pipelines/templates/stages/platform-matrix.json b/eng/pipelines/templates/stages/platform-matrix.json index ff965915b358..6f9382bc1d21 100644 --- a/eng/pipelines/templates/stages/platform-matrix.json +++ b/eng/pipelines/templates/stages/platform-matrix.json @@ -9,7 +9,7 @@ "macos-11": { "OSVmImage": "macos-11", "Pool": "Azure Pipelines" } }, "JavaTestVersion": [ "1.8", "1.17" ], - "AZURE_TEST_HTTP_CLIENTS": ["vertx", "okhttp", "netty" ], + "AZURE_TEST_HTTP_CLIENTS": [ "okhttp", "netty" ], "TestFromSource": false, "RunAggregateReports": false, "TestGoals": "surefire:test", @@ -54,17 +54,6 @@ "RunAggregateReports": false, "TestGoals": "surefire:test", "TestOptions": "" - }, - { - "Agent": { - "ubuntu-20.04": { "OSVmImage": "MMSUbuntu20.04", "Pool": "azsdk-pool-mms-ubuntu-2004-general" } - }, - "JavaTestVersion": "1.17", - "AZURE_TEST_HTTP_CLIENTS": "jdk-httpclient", - "TestFromSource": false, - "RunAggregateReports": false, - "TestGoals": "surefire:test", - "TestOptions": "" } ] }