Browse Source

clientv3/integration: do not run fragmentation tests with gRPC Proxy

Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
Gyuho Lee 7 years ago
parent
commit
19eb8a5132
1 changed files with 2 additions and 0 deletions
  1. 2 0
      clientv3/integration/watch_fragment_test.go

+ 2 - 0
clientv3/integration/watch_fragment_test.go

@@ -12,6 +12,8 @@
 // See the License for the specific language governing permissions and
 // See the License for the specific language governing permissions and
 // limitations under the License.
 // limitations under the License.
 
 
+// +build !cluster_proxy
+
 package integration
 package integration
 
 
 import (
 import (