adamsaghy commented on code in PR #3543:
URL: https://github.com/apache/fineract/pull/3543#discussion_r1374234482
##########
.github/workflows/smoke-activemq.yml:
##########
@@ -36,4 +36,4 @@ jobs:
- name: Check info Worker1
run: (( $(curl -f -k --retry 5 --retry-connrefused --connect-timeout
30 --retry-delay 30 https://localhost:8444/fineract-provider/actuator/info | wc
--chars) > 100 ))
- name: Run Smoke Test with Remote COB
- run: ./gradlew --no-daemon --console=plain
:integration-tests:cleanTest :integration-tests:test --tests
"org.apache.fineract.integrationtests.investor.externalassetowner.InitiateExternalAssetOwnerTransferTest"
-PcargoDisabled
+ run: ./gradlew --no-daemon --console=plain
:integration-tests:cleanTest :integration-tests:test --tests
"org.apache.fineract.integrationtests.investor.externalassetowner.InitiateExternalAssetOwnerTransferTest.saleActiveLoanToExternalAssetOwnerAndBuybackADayLater"
-PcargoDisabled
Review Comment:
So basically, only one of the tests to be executed?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]