Skip to content

Commit

Permalink
Skip standaone test on CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
trivialfis committed Sep 8, 2020
1 parent cf8a3ac commit 52a9b5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rabit/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ foreach(lib ${rabit_libs})
"$<BUILD_INTERFACE:${xgboost_SOURCE_DIR}/dmlc-core/include>")
endforeach()

if (GOOGLE_TEST)
if (GOOGLE_TEST AND WIN32)
enable_testing()

# rabit mock based integration tests
Expand Down

0 comments on commit 52a9b5b

Please sign in to comment.