Skip to content

Commit

Permalink
Disable tests on windows because the timeout
Browse files Browse the repository at this point in the history
Signed-off-by: Addisu Z. Taddese <[email protected]>
  • Loading branch information
azeey committed Apr 25, 2024
1 parent 100f21e commit 102734c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Manager_TEST.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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 102734c

Please sign in to comment.