Fixes test_filter_by_description failing on glare gate job.

Confirmed bug #1616856 states that filtering apps by description
currently doesn't work with glare. So, the test is skipped
if glare is being used.

Change-Id: I241a16b3c28cfc7955f95035b1c31180451e8903
Closes-Bug: #1650831
Related-Bug: #1616856
This commit is contained in:
Felipe Monteiro 2016-12-18 00:47:32 +00:00
parent 561dc10a70
commit 6989af8d2c
1 changed files with 3 additions and 0 deletions

View File

@ -774,6 +774,9 @@ class TestSuiteApplications(base.ApplicationTestCase):
self.check_element_not_on_page(by.By.XPATH,
c.App.format(name))
@unittest.skipIf(utils.glare_enabled(),
"Filtering apps by description doesn't work with GLARE; "
"this test should be fixed with bug #1616856.")
def test_filter_by_description(self):
"""Test filtering by description.