Skip to content

Disable problematic tests, make tests mandatory

Marco Martin requested to merge work/mart/disableMnemonicTest into master

Disables a couple of tests that are very unreliable, because they rely finding links inside a richtextlabel my faking mouse movements over it, which more often than not fails on CI, a more reliable way should be found

After this, make tests mandatory on Qt6, so code that breaks a test can't be pushed anymore

Edited by Marco Martin

Merge request reports