You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ha...@apache.org on 2020/10/05 08:48:24 UTC

[ambari] branch branch-2.7 updated: AMBARI-25561 Python Test for zeppelin failing (santal via dgrinenko) (#3236)

This is an automated email from the ASF dual-hosted git repository.

hapylestat pushed a commit to branch branch-2.7
in repository https://gitbox.apache.org/repos/asf/ambari.git


The following commit(s) were added to refs/heads/branch-2.7 by this push:
     new 7c87edc  AMBARI-25561 Python Test for zeppelin failing (santal via dgrinenko) (#3236)
7c87edc is described below

commit 7c87edc03e7a69060a7743dceb98d5c6e034574e
Author: Szilárd Antal <sa...@cloudera.com>
AuthorDate: Mon Oct 5 10:48:17 2020 +0200

    AMBARI-25561 Python Test for zeppelin failing (santal via dgrinenko) (#3236)
---
 ambari-server/src/test/python/stacks/2.6/ZEPPELIN/test_zeppelin_070.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/ambari-server/src/test/python/stacks/2.6/ZEPPELIN/test_zeppelin_070.py b/ambari-server/src/test/python/stacks/2.6/ZEPPELIN/test_zeppelin_070.py
index b0eae64..e335f25 100644
--- a/ambari-server/src/test/python/stacks/2.6/ZEPPELIN/test_zeppelin_070.py
+++ b/ambari-server/src/test/python/stacks/2.6/ZEPPELIN/test_zeppelin_070.py
@@ -205,7 +205,6 @@ class TestZeppelin070(RMFTestCase):
                               )
 
   @patch('os.path.exists', return_value=True)
-  @unittest.skip("Disabled for stabilization, check AMBARI-25561")
   def test_start_secured(self, os_path_exists_mock):
     self.executeScript(self.COMMON_SERVICES_PACKAGE_DIR + "/scripts/master.py",
                        classname="Master",