Unskip the test_upload_package when glare backend

Just remove the skip for test_upload_package when glare backend,
It had passed the test. So remove the skip mark.

Closes-bug: #1618222
Change-Id: Ibeba1d40129fcdd76a19139bb78b308649d9f53d
This commit is contained in:
zhurong 2016-09-01 16:17:17 +08:00
parent dfc80b6122
commit 27d6b165de

View File

@ -1266,9 +1266,6 @@ class TestSuitePackages(base.PackageTestCase):
self.driver.find_element_by_xpath(
c.MockAppDescr).text)
@unittest.skipIf(utils.glare_enabled(),
"GLARE backend doesn't honor public flag. "
"Bug #1618222")
def test_upload_package(self):
"""Test package uploading via Packages view.