Details
-
Bug
-
Resolution: Fixed
-
P1: Critical
-
6.9
-
-
1e714bb0f (dev)
Description
onDataChanged() callback of
QtAbstractListModel.OnDataChangedListener gets invoked by QtNative.runActions().
runActions() may internally queue Runnables. It seems that in tests, the callback invocation sometimes gets queued, hence making the test flaky.
Workaround: Black listing the test during further invesitation.