Skip to content

Commit

Permalink
Disable staging-fuel.ignitionrobotics.org test (#257)
Browse files Browse the repository at this point in the history
Signed-off-by: Jorge Perez <jjperez@ekumenlabs.com>
  • Loading branch information
Blast545 authored Jun 6, 2022
1 parent 441c589 commit 2010890
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 6 deletions.
6 changes: 4 additions & 2 deletions src/ign_TEST.cc
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,9 @@ TEST(CmdLine,

/////////////////////////////////////////////////
// https://github.com/ignitionrobotics/ign-fuel-tools/issues/113
// https://github.com/gazebosim/gz-fuel-tools/issues/254
TEST(CmdLine,
IGN_UTILS_TEST_ENABLED_ONLY_ON_LINUX(ModelListCustomServerPretty))
DETAIL_IGN_UTILS_ADD_DISABLED_PREFIX(ModelListCustomServerPretty))
{
auto output = custom_exec_str(
g_listCmd + " -t model -u https://staging-fuel.ignitionrobotics.org");
Expand Down Expand Up @@ -136,8 +137,9 @@ TEST(CmdLine, IGN_UTILS_TEST_ENABLED_ONLY_ON_LINUX(WorldListConfigServerUgly))

/////////////////////////////////////////////////
// https://github.com/ignitionrobotics/ign-fuel-tools/issues/113
// https://github.com/gazebosim/gz-fuel-tools/issues/254
TEST(CmdLine,
IGN_UTILS_TEST_ENABLED_ONLY_ON_LINUX(WorldListCustomServerPretty))
DETAIL_IGN_UTILS_ADD_DISABLED_PREFIX(WorldListCustomServerPretty))
{
auto output = custom_exec_str(
g_listCmd + " -t world -u https://staging-fuel.ignitionrobotics.org");
Expand Down
16 changes: 12 additions & 4 deletions src/ign_src_TEST.cc
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,9 @@ TEST_F(CmdLine, ModelListConfigServerUgly)
/////////////////////////////////////////////////
// Protocol "https" not supported or disabled in libcurl for Windows
// https://github.com/ignitionrobotics/ign-fuel-tools/issues/105
TEST_F(CmdLine, ModelListConfigServerPretty)
// https://github.com/gazebosim/gz-fuel-tools/issues/254
TEST_F(CmdLine,
DETAIL_IGN_UTILS_ADD_DISABLED_PREFIX(ModelListConfigServerPretty))
{
EXPECT_TRUE(listModels("https://staging-fuel.ignitionrobotics.org"));

Expand All @@ -126,7 +128,9 @@ TEST_F(CmdLine, ModelListConfigServerPretty)
/////////////////////////////////////////////////
// Protocol "https" not supported or disabled in libcurl for Windows
// https://github.com/ignitionrobotics/ign-fuel-tools/issues/105
TEST_F(CmdLine, ModelListConfigServerPrettyOwner)
// https://github.com/gazebosim/gz-fuel-tools/issues/254
TEST_F(CmdLine,
DETAIL_IGN_UTILS_ADD_DISABLED_PREFIX(ModelListConfigServerPrettyOwner))
{
EXPECT_TRUE(listModels("https://staging-fuel.ignitionrobotics.org",
"openrobotics"));
Expand Down Expand Up @@ -252,7 +256,9 @@ TEST_F(CmdLine, WorldListFail)
/////////////////////////////////////////////////
// Protocol "https" not supported or disabled in libcurl for Windows
// https://github.com/ignitionrobotics/ign-fuel-tools/issues/105
TEST_F(CmdLine, WorldListConfigServerUgly)
// https://github.com/gazebosim/gz-fuel-tools/issues/254
TEST_F(CmdLine,
DETAIL_IGN_UTILS_ADD_DISABLED_PREFIX(WorldListConfigServerUgly))
{
EXPECT_TRUE(listWorlds(
"https://staging-fuel.ignitionrobotics.org", "", "true"));
Expand All @@ -267,7 +273,9 @@ TEST_F(CmdLine, WorldListConfigServerUgly)
/////////////////////////////////////////////////
// Protocol "https" not supported or disabled in libcurl for Windows
// https://github.com/ignitionrobotics/ign-fuel-tools/issues/105
TEST_F(CmdLine, WorldListConfigServerPretty)
// https://github.com/gazebosim/gz-fuel-tools/issues/254
TEST_F(CmdLine,
DETAIL_IGN_UTILS_ADD_DISABLED_PREFIX(WorldListConfigServerPretty))
{
EXPECT_TRUE(listWorlds("https://staging-fuel.ignitionrobotics.org"));

Expand Down

0 comments on commit 2010890

Please sign in to comment.