From d46ac4ae7aa8f21fe4d898263607f613d9b9627a Mon Sep 17 00:00:00 2001 From: ashahi1 Date: Tue, 27 Jun 2017 11:08:59 -0700 Subject: [PATCH] making swarm test unstable --- tests/e2e/swarm_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/e2e/swarm_test.go b/tests/e2e/swarm_test.go index d1e9c5433..68852993f 100644 --- a/tests/e2e/swarm_test.go +++ b/tests/e2e/swarm_test.go @@ -15,7 +15,7 @@ // This test suite includes test cases to verify basic vDVS functionality // in docker swarm mode. -// +build runonce +// +build unstable package e2e