Skip to content

Commit

Permalink
Fix flaky test, now tests always fail !
Browse files Browse the repository at this point in the history
  • Loading branch information
juliens authored and traefiker committed Sep 20, 2017
1 parent 9d00da7 commit 7d5ecc4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions integration/consul_catalog_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,7 @@ func (s *ConsulCatalogSuite) TestRefreshConfigWithMultipleNodeWithoutHealthCheck

err = s.registerAgentService("test", nginx.NetworkSettings.IPAddress, 80, []string{"name=nginx1"})
c.Assert(err, checker.IsNil, check.Commentf("Error registering agent service"))
defer s.deregisterAgentService(nginx.NetworkSettings.IPAddress)

req, err := http.NewRequest(http.MethodGet, "http://127.0.0.1:8000/", nil)
c.Assert(err, checker.IsNil)
Expand Down

0 comments on commit 7d5ecc4

Please sign in to comment.