fix
Some checks reported errors
BlockStorage/repertory/pipeline/head Something is wrong with the build of this commit
Some checks reported errors
BlockStorage/repertory/pipeline/head Something is wrong with the build of this commit
This commit is contained in:
parent
b5cf2de900
commit
948b0fdd99
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user