From e31dacb6d78e0251635cc24cea85d029dfce0e26 Mon Sep 17 00:00:00 2001 From: Ramon Novoa Date: Fri, 22 Jul 2016 13:37:08 +0200 Subject: [PATCH] Disabled ENT_PAN11. --- tests/console/ENT_PAN11.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/console/ENT_PAN11.py b/tests/console/ENT_PAN11.py index 8b2831018a..741a2786d4 100644 --- a/tests/console/ENT_PAN11.py +++ b/tests/console/ENT_PAN11.py @@ -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() +"""