Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
-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.
<skip>${skipTests}</skip>
should be changed to
<skip>${skipPythonTests}</skip>
Attachments
Issue Links
- is related to
-
AMBARI-24795 Allow skipping Python unit tests
- Resolved
- links to