diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 426daa82caf0..8f100f0528f2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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)