Просмотр исходного кода

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.
Ben Boeckel 5 лет назад
Родитель
Сommit
0f4777ab81
1 измененных файлов с 3 добавлено и 0 удалено
  1. 3 0
      .gitlab/ci/ctest_exclusions.cmake

+ 3 - 0
.gitlab/ci/ctest_exclusions.cmake

@@ -1,4 +1,7 @@
 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")