mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-23 08:18:37 -05:00
ci: Suppress hanging CMakeGUI test on macos-x86_64 jobs
This test has been spuriously hanging in macos-x86_64 CI jobs since our update to Qt 6.9.3. Suppress it pending further investigation. Issue: #27376
This commit is contained in:
@@ -48,6 +48,13 @@ if ("$ENV{CMAKE_CONFIGURATION}" MATCHES "_xcode")
|
||||
)
|
||||
endif()
|
||||
|
||||
if ("$ENV{CMAKE_CONFIGURATION}" MATCHES "^macos_x86_64_")
|
||||
list(APPEND test_exclusions
|
||||
# FIXME(#27376): CMakeGUI's simpleConfigure:fail case hangs.
|
||||
"^CMakeGUI$"
|
||||
)
|
||||
endif()
|
||||
|
||||
string(REPLACE ";" "|" test_exclusions "${test_exclusions}")
|
||||
if (test_exclusions)
|
||||
set(test_exclusions "(${test_exclusions})")
|
||||
|
||||
Reference in New Issue
Block a user