forked from Ivasoft/traefik
add createStore() funcs and skip consul TLS test
This commit is contained in:
@@ -349,7 +349,8 @@ func (s *ConsulSuite) TestGlobalConfiguration(c *check.C) {
|
||||
c.Assert(response.StatusCode, checker.Equals, 200)
|
||||
}
|
||||
|
||||
func (s *ConsulSuite) TestGlobalConfigurationWithClientTLS(c *check.C) {
|
||||
func (s *ConsulSuite) skipTestGlobalConfigurationWithClientTLS(c *check.C) {
|
||||
c.Skip("wait for relative path issue in the composefile")
|
||||
s.setupConsulTLS(c)
|
||||
consulHost := s.composeProject.Container(c, "consul").NetworkSettings.IPAddress
|
||||
|
||||
|
||||
Reference in New Issue
Block a user