Skip to content

Commit

Permalink
Disable TopicViewer_TEST on Windows and macOS (#103)
Browse files Browse the repository at this point in the history
Signed-off-by: Louise Poubel <[email protected]>
  • Loading branch information
chapulina authored Aug 6, 2020
1 parent 801c0cc commit a946683
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/plugins/topic_viewer/TopicViewer_TEST.cc
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ using namespace ignition;
using namespace gui;
using namespace plugins;

// See https://github.com/ignitionrobotics/ign-gui/issues/75
#if not defined(__APPLE__) && not defined(_WIN32)
/////////////////////////////////////////////////
TEST(TopicViewerTest, Load)
{
Expand Down Expand Up @@ -191,3 +193,4 @@ TEST(TopicViewerTest, Model)

EXPECT_EQ(root->rowCount(), 2);
}
#endif

0 comments on commit a946683

Please sign in to comment.