~aacid/unity/launcher_selection_changed_fix_1067358

« back to all changes in this revision

Viewing changes to tests/autopilot/unity/tests/test_showdesktop.py

  • Committer: Tarmac
  • Author(s): Christopher Lee
  • Date: 2012-10-15 23:12:50 UTC
  • mfrom: (2841.1.1 disable_sdm_switcher)
  • Revision ID: tarmac-20121015231250-ppafmv4lq5xo96r0
Disabled test that exposes a Show Desktop bug that causes all following tests to fail.. Approved by Thomi Richards.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
 
9
9
from __future__ import absolute_import
10
10
 
 
11
from testtools import skip
11
12
from time import sleep
12
13
 
13
14
from unity.tests import UnityTestCase
88
89
        for win in (charmap, calc):
89
90
            self.assertProperty(win, is_hidden=False)
90
91
 
 
92
    @skip("Breaks following tests due to SDM bug")
91
93
    def test_showdesktop_switcher(self):
92
94
        """Show desktop item in switcher should hide all hidden apps."""
93
95
        test_windows = self.launch_test_apps()