Skip to content

Commit be12cfa

Browse files
author
jojimt
authored
Merge pull request #595 from rchirakk/disable-it
disable mesos tests until docker client is integrated.
2 parents 8a8eae9 + 3e61a55 commit be12cfa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/integration/mesos_test.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -340,9 +340,10 @@ func (t *intgFmt) Format(e *log.Entry) ([]byte, error) {
340340
return nt.Format(e)
341341
}
342342

343-
// TestMesosCniEndpoints : test cni endpoints
343+
// TestMesosCniEndpoints : test cni endpoints, disabled to move to new docker client
344344
func (its *integTestSuite) TestMesosCniEndpoints(c *C) {
345345
intLog.Formatter = new(intgFmt)
346+
c.Skip("skipping mesos it suite")
346347
defer cleanupContainers()
347348

348349
defaultCfg := []testConfigData{

0 commit comments

Comments
 (0)