mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-04 09:28:04 +02:00
.gitlab-ci.yml: exclude non-functioning test 'header-fields' in job 'windows vs15-64 cmake'
Signed-off-by: Ralf Habacker <ralf.habacker@freenet.de>
This commit is contained in:
parent
57ab4c7a48
commit
15b6b53ff9
1 changed files with 1 additions and 1 deletions
|
|
@ -362,7 +362,7 @@ windows vs15-64 cmake:
|
|||
- cmake --build build --config Debug
|
||||
- cmake --install build --config Debug
|
||||
# FIXME: a few tests timeout on gitlab runner for unknown reason
|
||||
- cd build ; ctest -C Debug -VV --timeout 1200 -E '(dbus-daemon|monitor)' --output-junit $ci_cmake_junit_output
|
||||
- cd build ; ctest -C Debug -VV --timeout 1200 -E '(dbus-daemon|monitor|header-fields)' --output-junit $ci_cmake_junit_output
|
||||
|
||||
windows-meson-mingw-ucrt64:
|
||||
extends: .win-build
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue