Skip to content

Commit

Permalink
Disable failing windows tests (#264)
Browse files Browse the repository at this point in the history
Signed-off-by: Jorge J. Perez <[email protected]>
  • Loading branch information
Blast545 authored May 29, 2024
1 parent 13496cd commit 5e1d18e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Manager_TEST.cc
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ TEST_F(ManagerTest, RunBadXml)
}

/////////////////////////////////////////////////
TEST_F(ManagerTest, RunLs)
TEST_F(ManagerTest, GZ_UTILS_TEST_DISABLED_ON_WIN32(RunLs))
{
std::string cmd;

Expand All @@ -137,7 +137,7 @@ TEST_F(ManagerTest, RunLs)
}

/////////////////////////////////////////////////
TEST_F(ManagerTest, RunEnvPre)
TEST_F(ManagerTest, GZ_UTILS_TEST_DISABLED_ON_WIN32(RunEnvPre))
{
// Test that environment is applied regardless of order
#ifndef _WIN32
Expand Down Expand Up @@ -175,7 +175,7 @@ TEST_F(ManagerTest, RunEnvPre)
}

/////////////////////////////////////////////////
TEST_F(ManagerTest, RunEnvPost)
TEST_F(ManagerTest, GZ_UTILS_TEST_DISABLED_ON_WIN32(RunEnvPost))
{
// Test that environment is applied regardless of order
#ifndef _WIN32
Expand Down

0 comments on commit 5e1d18e

Please sign in to comment.