diff --git a/sdk/core/azure-core/test/ut/transport_adapter_implementation_test.cpp b/sdk/core/azure-core/test/ut/transport_adapter_implementation_test.cpp index d39696d24..68f8f2811 100644 --- a/sdk/core/azure-core/test/ut/transport_adapter_implementation_test.cpp +++ b/sdk/core/azure-core/test/ut/transport_adapter_implementation_test.cpp @@ -8,7 +8,6 @@ #if defined(BUILD_CURL_HTTP_TRANSPORT_ADAPTER) #include "azure/core/http/curl_transport.hpp" -#include "http/curl/static_curl_transport.hpp" #endif #if defined(BUILD_TRANSPORT_WINHTTP_ADAPTER) @@ -56,9 +55,6 @@ namespace Azure { namespace Core { namespace Test { testing::Values( GetTransportOptions("winHttp", std::make_shared()), GetTransportOptions("libCurl", std::make_shared()), - GetTransportOptions( - "staticLibCurl", - std::make_shared())), GetSuffix); #elif defined(BUILD_TRANSPORT_WINHTTP_ADAPTER) @@ -77,9 +73,6 @@ namespace Azure { namespace Core { namespace Test { TransportAdapter, testing::Values( GetTransportOptions("libCurl", std::make_shared()), - GetTransportOptions( - "staticLibCurl", - std::make_shared())), GetSuffix); #else /* Custom adapter. Not adding tests */