enable all winfsp tests

This commit is contained in:
Scott E. Graves 2025-04-17 11:07:02 -05:00
parent 9eb8b5e682
commit 314ee5b664

View File

@ -299,10 +299,9 @@ std::string winfsp_test<provider_t>::mount_location;
template <typename provider_t> template <typename provider_t>
std::string winfsp_test<provider_t>::mount_location2; std::string winfsp_test<provider_t>::mount_location2;
// using winfsp_provider_types = ::testing::Types<local_s3, remote_s3, using winfsp_provider_types =
// local_sia, remote_sia>; ::testing::Types<local_s3, remote_s3, local_sia, remote_sia,
// using winfsp_provider_types = ::testing::Types<local_s3, remote_s3>; remote_winfsp_to_linux>;
using winfsp_provider_types = ::testing::Types<remote_winfsp_to_linux>;
} // namespace repertory } // namespace repertory
#endif // defined(_WIN32) #endif // defined(_WIN32)