]> Untitled Git - lemmy.git/commitdiff
Removing run-tests TODO.
authorDessalines <tyhou13@gmx.com>
Sat, 25 Apr 2020 02:02:12 +0000 (22:02 -0400)
committerDessalines <tyhou13@gmx.com>
Sat, 25 Apr 2020 02:02:12 +0000 (22:02 -0400)
docker/federation-test/run-tests.sh

index 43e2f9093e18de155ba1ce0ff63b06563ee21f8c..4206f060f5f5ff47ccdaf86e813fa49a19cbc195 100755 (executable)
@@ -9,8 +9,6 @@ sudo docker build ../../ --file ../federation/Dockerfile --tag lemmy-federation:
 
 sudo docker-compose --file ../federation/docker-compose.yml --project-directory . up -d
 
-# TODO: need to wait until the instances are initialised
-
 pushd ../../ui
 yarn
 echo "Waiting for Lemmy to start..."