fix
Some checks reported errors
BlockStorage/repertory/pipeline/head Something is wrong with the build of this commit

This commit is contained in:
Scott E. Graves 2024-10-24 20:14:43 -05:00
parent b5cf2de900
commit 948b0fdd99

View File

@ -112,7 +112,6 @@ protected:
}
drive_args = std::vector<std::string>({
"-sia",
"-na",
"sia",
});
@ -252,8 +251,7 @@ std::unique_ptr<meta_db> fuse_test<provider_t>::meta{};
template <typename provider_t>
std::string fuse_test<provider_t>::test_directory;
// using fuse_provider_types = ::testing::Types<s3_provider, sia_provider>;
using fuse_provider_types = ::testing::Types<s3_provider>;
using fuse_provider_types = ::testing::Types<s3_provider, sia_provider>;
} // namespace repertory
#endif // !defined(_WIN32)