Skip test_deploy_several_mock_apps_in_a_row

The test is causing multiple sporadic false positives. To be
investigated and re-enabled when bug 1611732 is fixed

Change-Id: I3a078f840cb1a8f9ac2a8015a615a47832df8ad1
Related-Bug: #1611732
This commit is contained in:
Kirill Zaitsev 2016-08-10 14:34:05 +03:00
parent f31558d3d3
commit 8d2dceb331
1 changed files with 3 additions and 0 deletions

View File

@ -17,6 +17,7 @@ import SimpleHTTPServer
import SocketServer
import tempfile
import time
import unittest
import uuid
import zipfile
@ -801,6 +802,8 @@ class TestSuiteApplications(base.ApplicationTestCase):
for app_name in app_names[-1::]:
self.check_element_not_on_page(by.By.LINK_TEXT, app_name)
@unittest.skip("This test gives sporadic false positives."
"To be fixed in bug #1611732")
def test_deploy_several_mock_apps_in_a_row(self):
"""Checks that app works after another app is deployed