[ADF-4208] Make the pipeline green again (#4419)

* [ADF-4209] Fix Core tests

* [ADF-4209] Fix Core tests

* [ADF-4218] Fix Insight tests

* Fix process-services-cloud tests
This commit is contained in:
Marouan Bentaleb
2019-03-12 09:55:50 +00:00
committed by Eugenio Romano
parent 117170a433
commit 4feb8c3f95
6 changed files with 14 additions and 16 deletions

View File

@@ -88,7 +88,7 @@ done
for i in "${libs[@]}"
do
if [ "$i" == "core" ] ; then
AFFECTED_LIBS="core$ content-services$ process-services$ process-services-cloud$ insights$ extensions$ "
AFFECTED_LIBS="core$ content-services$ process-services$ process-services-cloud$ insights$ extensions$ testing$"
echo "${AFFECTED_LIBS}"
exit 0
fi