Skip to content

Commit

Permalink
Fix disable new tests on Windows (#1259)
Browse files Browse the repository at this point in the history
Signed-off-by: Louise Poubel <[email protected]>
  • Loading branch information
chapulina committed Dec 20, 2021
1 parent b17d110 commit 3c4892b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/integration/battery_plugin.cc
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,8 @@ TEST_F(BatteryPluginTest, IGN_UTILS_TEST_DISABLED_ON_WIN32(SingleBattery))

/////////////////////////////////////////////////
// Battery with power draining topics
TEST_F(BatteryPluginTest, PowerDrainTopic)
// See https://github.com/ignitionrobotics/ign-gazebo/issues/1175
TEST_F(BatteryPluginTest, IGN_UTILS_TEST_DISABLED_ON_WIN32(PowerDrainTopic))
{
const auto sdfPath = common::joinPaths(std::string(PROJECT_SOURCE_PATH),
"test", "worlds", "battery.sdf");
Expand Down

0 comments on commit 3c4892b

Please sign in to comment.