Skip to content

Commit

Permalink
[CI] Skip external memory gtest on osx. (#6901)
Browse files Browse the repository at this point in the history
  • Loading branch information
trivialfis committed Apr 30, 2021
1 parent 4e1a8b1 commit db6285f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Expand Up @@ -31,7 +31,10 @@ jobs:
- name: Run gtest binary
run: |
cd build
ctest --exclude-regex AllTestsInDMLCUnitTests --extra-verbose
# libomp internal error:
# OMP: Error #131: Thread identifier invalid.
./testxgboost --gtest_filter="-HistIndexCreationWithExternalMemory.Test"
ctest -R TestXGBoostCLI --extra-verbose
gtest-cpu-nonomp:
name: Test Google C++ unittest (CPU Non-OMP)
Expand Down

0 comments on commit db6285f

Please sign in to comment.