[CI] Skip external memory gtest on osx. (#6901)
This commit is contained in:
parent
4e1a8b1fe5
commit
db6285fb55
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
@ -31,7 +31,10 @@ jobs:
|
|||||||
- name: Run gtest binary
|
- name: Run gtest binary
|
||||||
run: |
|
run: |
|
||||||
cd build
|
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:
|
gtest-cpu-nonomp:
|
||||||
name: Test Google C++ unittest (CPU Non-OMP)
|
name: Test Google C++ unittest (CPU Non-OMP)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user