diff --git a/velox/connectors/hive/storage_adapters/s3fs/tests/S3MultipleEndpointsTest.cpp b/velox/connectors/hive/storage_adapters/s3fs/tests/S3MultipleEndpointsTest.cpp index c0ce3af68404..547290523807 100644 --- a/velox/connectors/hive/storage_adapters/s3fs/tests/S3MultipleEndpointsTest.cpp +++ b/velox/connectors/hive/storage_adapters/s3fs/tests/S3MultipleEndpointsTest.cpp @@ -33,7 +33,7 @@ using namespace facebook::velox::exec::test; namespace facebook::velox { namespace { -class S3MultipleEndpoints : public S3Test { +class S3MultipleEndpoints : public S3Test, public ::test::VectorTestBase { public: static void SetUpTestCase() { memory::MemoryManager::testingSetInstance({});