You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Mohammad Arshad (Jira)" <ji...@apache.org> on 2022/07/11 19:30:00 UTC

[jira] [Created] (AMBARI-25706) -DskipPythonTests is not skipping python tests in amabri-agent

Mohammad Arshad created AMBARI-25706:
----------------------------------------

             Summary: -DskipPythonTests is not skipping python tests in amabri-agent
                 Key: AMBARI-25706
                 URL: https://issues.apache.org/jira/browse/AMBARI-25706
             Project: Ambari
          Issue Type: Bug
          Components: ambari-agent, test
            Reporter: Mohammad Arshad


-DskipPythonTests is not skipping python tests in amabri-agent.
To fix this issue we should use  skipPythonTests instead of skipTests for python test case execution.

{code:java}
<skip>${skipTests}</skip>
{code}
should be changed to 

{code:java}
<skip>${skipPythonTests}</skip>
{code}






--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ambari.apache.org
For additional commands, e-mail: issues-help@ambari.apache.org