浏览代码

AMBARI-11382. test_execute_retryable_command fails intermittently (smohanty)

Sumit Mohanty 9 年之前
父节点
当前提交
5ff2ae9a2a
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      ambari-agent/src/test/python/ambari_agent/TestActionQueue.py

+ 1 - 0
ambari-agent/src/test/python/ambari_agent/TestActionQueue.py

@@ -786,6 +786,7 @@ class TestActionQueue(TestCase):
     process_command_mock.assert_any_calls([call(self.datanode_install_command), call(self.hbase_install_command)])
 
 
+  @not_for_platform(PLATFORM_LINUX)
   @patch("time.sleep")
   @patch.object(OSCheck, "os_distribution", new=MagicMock(return_value=os_distro_value))
   @patch.object(StackVersionsFileHandler, "read_stack_version")