diff --git a/repertory/repertory_test/src/providers_test.cpp b/repertory/repertory_test/src/providers_test.cpp index a9ed1882..38ce8a42 100644 --- a/repertory/repertory_test/src/providers_test.cpp +++ b/repertory/repertory_test/src/providers_test.cpp @@ -1373,10 +1373,7 @@ static void get_total_drive_space(i_provider &provider) { __FUNCTION__); std::uint64_t total{provider.get_total_drive_space()}; - std::uint64_t used{provider.get_used_drive_space()}; - EXPECT_EQ(api_error::success, ); - if (total != 0U) { EXPECT_GE(total, used); }