Browse Source

Merge pull request #9865 from gyuho/aaa

tests/e2e: do not run cipher suite tests for gRPC proxy
Gyuho Lee 7 years ago
parent
commit
897c055940
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/e2e/v3_cipher_suite_test.go

+ 1 - 1
tests/e2e/v3_cipher_suite_test.go

@@ -12,7 +12,7 @@
 // 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 !cov
+// +build !cov,!cluster_proxy
 
 
 package e2e
 package e2e