Browse Source

integration: disable embed tests with gRPC proxy for now

Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
Gyuho Lee 7 years ago
parent
commit
d456c0beb4
1 changed files with 4 additions and 0 deletions
  1. 4 0
      integration/embed_test.go

+ 4 - 0
integration/embed_test.go

@@ -12,6 +12,10 @@
 // See the License for the specific language governing permissions and
 // limitations under the License.
 
+// +build !cluster_proxy
+
+// TODO: fix race conditions with setupLogging
+
 package integration
 
 import (