Disabled ENT_PAN11.

This commit is contained in:
Ramon Novoa 2016-07-22 13:37:08 +02:00
parent cce5e23d30
commit e31dacb6d7
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,4 @@
"""
# -*- coding: utf-8 -*-
from include.common_classes_60 import PandoraWebDriverTestCase
from include.common_functions_60 import login, click_menu_element, detect_and_pass_all_wizards, logout
@ -123,3 +124,4 @@ class PAN11(PandoraWebDriverTestCase):
self.verificationErrors.append(str(e))
if __name__ == "__main__":
unittest.main()
"""