Skip to content

Commit

Permalink
ci: remove fixme comments for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierLDff committed Apr 1, 2023
1 parent ecc82f2 commit 0c13a84
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/github-cxx-qt-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,6 @@ jobs:
- name: Windows 2022 (MSVC) Qt5
os: windows-2022
qt_version: 5
# FIXME: many tests fail to link
# https://github.com/KDAB/cxx-qt/issues/111
# cxx_qt_lib_cargo_tests fails to run with a missing DLL error.
ctest_args: --exclude-regex '^(reuse_lint|cpp_clang_format|.*valgrind)$'
exe_suffix: .exe
qt_qpa_platform: windows
Expand All @@ -103,9 +100,6 @@ jobs:
- name: Windows 2022 (MSVC) Qt6
os: windows-2022
qt_version: 6
# FIXME: many tests fail to link
# https://github.com/KDAB/cxx-qt/issues/111
# cxx_qt_lib_cargo_tests fails to run with a missing DLL error.
ctest_args: --exclude-regex '^(reuse_lint|cpp_clang_format|.*valgrind)$'
exe_suffix: .exe
qt_qpa_platform: windows
Expand Down

0 comments on commit 0c13a84

Please sign in to comment.