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

Merge pull request #9865 from gyuho/aaa

tests/e2e: do not run cipher suite tests for gRPC proxy
Gyuho Lee 7 лет назад
Родитель
Сommit
897c055940
1 измененных файлов с 1 добавлено и 1 удалено
  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
 // limitations under the License.
 
-// +build !cov
+// +build !cov,!cluster_proxy
 
 package e2e