From bec6b6393c905ff21fd4b10a5c8e4d883d6a0f0c Mon Sep 17 00:00:00 2001 From: Ramon Novoa Date: Fri, 22 Jul 2016 13:21:24 +0200 Subject: [PATCH] ENT_PAN10 is broken. Disabled until it gets fixed. --- tests/console/ENT_PAN10.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/console/ENT_PAN10.py b/tests/console/ENT_PAN10.py index 5a58931e21..4447267248 100644 --- a/tests/console/ENT_PAN10.py +++ b/tests/console/ENT_PAN10.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 @@ -67,4 +68,4 @@ class PAN10(PandoraWebDriverTestCase): if __name__ == "__main__": unittest.main() - +"""