Skip to content

Bug fix for test case execution

The CI scripts execute unstable tests although it is intended to run only the stable ones. The reason for this is that "stable" is a substring of "unstable" and hence "unstable" tests must be excluded explicitly.

Additionally, KStars UI test case initialization fails if the location of the last test wasn't Greenwich. This is corrected in the meridian flip state test case.

Merge request reports