Skip to content

Commit

Permalink
Only run blob emulator
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom-Newton committed Feb 19, 2024
1 parent 7ed0910 commit bccc256
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/arrow/filesystem/azurefs_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ class AzuriteEnv : public AzureEnvImpl<AzuriteEnv> {
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.");
}
Expand Down

0 comments on commit bccc256

Please sign in to comment.