From c801a8c553af055ec61b4978ce8f6b8130fa8aff Mon Sep 17 00:00:00 2001 From: Juan Font Alonso Date: Sun, 26 Sep 2021 20:23:15 +0200 Subject: [PATCH] Improve comments on taildrop tests --- integration_test.go | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/integration_test.go b/integration_test.go index c4b8300c..f62ca1da 100644 --- a/integration_test.go +++ b/integration_test.go @@ -557,7 +557,6 @@ func (s *IntegrationTestSuite) TestTailDrop() { assert.Nil(s.T(), err) for peername, ip := range ips { s.T().Run(fmt.Sprintf("%s-%s", hostname, peername), func(t *testing.T) { - // We currently cant send files to so skip that if peername != hostname { // Under normal circumstances, we should be able to send a file @@ -566,9 +565,8 @@ func (s *IntegrationTestSuite) TestTailDrop() { peerAPI, ok := apiURLs[ip] assert.True(t, ok) - // We still have some issues with the test infrastructure, so + // TODO(juanfont): We still have some issues with the test infrastructure, so // lets run curl multiple times until it works. - attempts := 0 var err error for {