Revert "coin: Skip running Qt auto tests for the documentation warning build"

This reverts commit 9053e98de8.

Reason for revert: doc instructions were incomplete

Change-Id: I700a7bac4676497ab54dda957143c8d3e08e5083
Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
Reviewed-by: Toni Saario <toni.saario@qt.io>
This commit is contained in:
Tor Arne Vestbø
2024-08-29 07:23:09 +00:00
committed by Daniel Smith
parent 9053e98de8
commit 3b39416fd7

View File

@@ -291,9 +291,10 @@ Configurations:
# new qdoc warnings are introduced. The resulting documentation
# is not used for anything (neither online or offline docs). See
# qt5.yaml for a config that builds offline docs.
# FIXME: Add feature flag that avoids running the Qt auto tests
Id: 'documentation-warnings'
Template: 'qtci-linux-Ubuntu-22.04-x86_64-51'
Compiler: 'GCC'
Features: ['Sccache', 'TestOnly', 'TestDocs', 'DoNotRunTestsButCreateTestWorkItem']
Features: ['Sccache', 'TestOnly', 'TestDocs']
Platform dependency: 'ubuntu-22.04'