Skip to content
Snippets Groups Projects
Commit 0f4777ab authored by Ben Boeckel's avatar Ben Boeckel
Browse files

ci: don't test BundleGeneratorTest

This test uses shared global resources and doesn't work well with the CI
infrastructure we have. It is tested by nightly builders however.
parent 77b44ed4
No related branches found
No related tags found
No related merge requests found
set(test_exclusions
# This test hits global resources and can be handled by nightly testing.
# https://gitlab.kitware.com/cmake/cmake/-/merge_requests/4769
"^BundleGeneratorTest$"
)
if (CTEST_CMAKE_GENERATOR MATCHES "Visual Studio")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment