From bccc2565adffe4aa0aec468dbd264bc382b65853 Mon Sep 17 00:00:00 2001 From: Thomas Newton Date: Mon, 19 Feb 2024 00:14:04 +0000 Subject: [PATCH] Only run blob emulator --- cpp/src/arrow/filesystem/azurefs_test.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/src/arrow/filesystem/azurefs_test.cc b/cpp/src/arrow/filesystem/azurefs_test.cc index 42f38f1ed6ac7..e73ac8b9e4a81 100644 --- a/cpp/src/arrow/filesystem/azurefs_test.cc +++ b/cpp/src/arrow/filesystem/azurefs_test.cc @@ -188,7 +188,7 @@ class AzuriteEnv : public AzureEnvImpl { new AzuriteEnv("devstoreaccount1", "Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/" "K1SZFPTOtr/KBHBeksoGMGw==")); - auto exe_path = bp::search_path("azurite"); + auto exe_path = bp::search_path("azurite-blob"); if (exe_path.empty()) { return Status::Invalid("Could not find Azurite emulator."); }