** Changed in: autopilot Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to autopilot in Ubuntu. https://bugs.launchpad.net/bugs/1414632
Title: Skipped tests are not clearly visible in logs Status in Autopilot: Fix Released Status in autopilot package in Ubuntu: New Bug description: So I just spent some time pondering on why a particular test case ran on a phone but on the desktop I would never get positive or negative results, it simply quit after showing the initial qmlscene window. And even to an experienced Autopilot developer whom I asked it was not clear why nothing was happening… despite -vv… turns out the test case was skipped. Even verifying the same test between rtm and vivid branches didn't help because the vivid version of the same test ran fine for no obvious reason. Apparently it didn't have the skip… Offending code: @testtools.skipIf(platform.model() == 'Desktop', 'Touch only') Please make skipped tests evident in logs and do log the message given! To manage notifications about this bug go to: https://bugs.launchpad.net/autopilot/+bug/1414632/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp