Skip to content

Commit

Permalink
Merge branch 'gz-fuel-tools8' into binreloc
Browse files Browse the repository at this point in the history
  • Loading branch information
j-rivero authored May 8, 2023
2 parents f47ab8f + 64990e3 commit 9d9d294
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions src/LocalCache_TEST.cc
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,8 @@ TEST_F(LocalCacheTest, GZ_UTILS_TEST_DISABLED_ON_WIN32(AllModels))
/////////////////////////////////////////////////
/// \brief Get all models that match some fields
/// \brief Iterate through all models in cache
TEST_F(LocalCacheTest, MatchingModels)
// See https://github.com/gazebosim/gz-fuel-tools/issues/307
TEST_F(LocalCacheTest, GZ_UTILS_TEST_DISABLED_ON_WIN32(MatchingModels))
{
ASSERT_EQ(0, ChangeDirectory(PROJECT_BINARY_PATH));
EXPECT_TRUE(common::removeAll("test_cache"));
Expand Down Expand Up @@ -299,7 +300,8 @@ TEST_F(LocalCacheTest, MatchingModels)
/////////////////////////////////////////////////
/// \brief Get a specific model from cache
/// \brief Iterate through all models in cache
TEST_F(LocalCacheTest, MatchingModel)
// See https://github.com/gazebosim/gz-fuel-tools/issues/307
TEST_F(LocalCacheTest, GZ_UTILS_TEST_DISABLED_ON_WIN32(MatchingModel))
{
ASSERT_EQ(0, ChangeDirectory(PROJECT_BINARY_PATH));
EXPECT_TRUE(common::removeAll("test_cache"));
Expand Down Expand Up @@ -355,7 +357,8 @@ TEST_F(LocalCacheTest, MatchingModel)
/////////////////////////////////////////////////
/// \brief Iterate through all worlds in cache
/// \brief Iterate through all models in cache
TEST_F(LocalCacheTest, AllWorlds)
// See https://github.com/gazebosim/gz-fuel-tools/issues/307
TEST_F(LocalCacheTest, GZ_UTILS_TEST_DISABLED_ON_WIN32(AllWorlds))
{
ASSERT_EQ(0, ChangeDirectory(PROJECT_BINARY_PATH));
EXPECT_TRUE(common::removeAll("test_cache"));
Expand Down Expand Up @@ -387,7 +390,8 @@ TEST_F(LocalCacheTest, AllWorlds)
/////////////////////////////////////////////////
/// \brief Get all worlds that match some fields
/// \brief Iterate through all models in cache
TEST_F(LocalCacheTest, MatchingWorlds)
// See https://github.com/gazebosim/gz-fuel-tools/issues/307
TEST_F(LocalCacheTest, GZ_UTILS_TEST_DISABLED_ON_WIN32(MatchingWorlds))
{
ASSERT_EQ(0, ChangeDirectory(PROJECT_BINARY_PATH));
EXPECT_TRUE(common::removeAll("test_cache"));
Expand Down Expand Up @@ -421,7 +425,8 @@ TEST_F(LocalCacheTest, MatchingWorlds)
/////////////////////////////////////////////////
/// \brief Get a specific world from cache
/// \brief Iterate through all models in cache
TEST_F(LocalCacheTest, MatchingWorld)
// See https://github.com/gazebosim/gz-fuel-tools/issues/307
TEST_F(LocalCacheTest, GZ_UTILS_TEST_DISABLED_ON_WIN32(MatchingWorld))
{
ASSERT_EQ(0, ChangeDirectory(PROJECT_BINARY_PATH));
EXPECT_TRUE(common::removeAll("test_cache"));
Expand Down

0 comments on commit 9d9d294

Please sign in to comment.