Просмотр исходного кода

integration: disable embed tests with gRPC proxy for now

Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
Gyuho Lee 7 лет назад
Родитель
Сommit
d456c0beb4
1 измененных файлов с 4 добавлено и 0 удалено
  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 (