This commit is contained in:
Scott E. Graves 2024-11-08 12:33:38 -06:00
parent 7a96a8cbf3
commit 72a6f5ae08

View File

@ -273,8 +273,9 @@ std::string winfsp_test<provider_t>::mount_location;
template <typename provider_t>
std::string winfsp_test<provider_t>::mount_location2;
// using winfsp_provider_types = ::testing::Types<local_s3, local_sia,
// remote_s3, remote_sia>;
// using winfsp_provider_types = ::testing::Types<local_s3, remote_s3,
// local_sia, remote_sia>;
using winfsp_provider_types = ::testing::Types<local_s3, remote_s3>;
} // namespace repertory