Issues running integration tests for Kapacitor

Hello,
I have cloned the repo of Kapacitor on Github and tried to run the integration tests with

./test.sh 0

Some tests pass but some fail with the following message:

Get http://[::]:36319/kapacitor/v1/tasks/TestStream_....: dial tcp [::]:36319: connect: cannot assign requested address

With no additional details.
it may be an error on my side but I’m not sure and already did some checks, and I would like to know if there is some extra configuration needed to successfully run integration tests for kapacitor, besides having docker installed.

Thanks