HomePhabricator
Diffusion MITK 513cb3889ee3

Use Qt platform "minimal" on Linux (headless) for…

Description

Use Qt platform "minimal" on Linux (headless) for QmitkAbstractNodeSelectionWidgetTest

Summary: The test fails regularly on headless Linux as Qt isn't continuously able to hook to the virtual framebuffer provided for the test to use the default xcb Qt plugin. On Linux, the minimal platform is available for Qt applications without the need to actually show the GUI.

Test Plan: I already tested it manually on a build client that failed before.

Reviewers: kalali, floca, O3 MITK Reviewer Group II

Reviewed By: kalali, floca, O3 MITK Reviewer Group II

Maniphest Tasks: T27203

Differential Revision: https://phabricator.mitk.org/D263

Details

Provenance
kislinskAuthored on Mar 6 2020, 3:44 PM
kislinskPushed on Mar 6 2020, 4:12 PM
Reviewer
O3: MITK Reviewer Group II
Differential Revision
Restricted Differential Revision
Parents
rMITK115a857bb5e4: Improve variable name
rMITKc931a3f2da66: Merge branch 'T27167-ChartMarkerShape2'
Branches
Unknown
Tags
Unknown
Tasks
T27203: QmitkAbstractNodeSelectionWidgetTest regularly fails on headless Linux