mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
tests/e2e: do not run cipher suite tests for gRPC proxy
``` ../../bin/etcd-30074: 2018-06-19 11:49:12.052662 I | etcdmain: v2 proxy started listening on client requests on "https://localhost:20002" ../../bin/etcd-30083: Error: unknown flag: --cipher-suites ../../bin/etcd-30083: Usage: ../../bin/etcd-30083: etcd grpc-proxy start [flags] ``` Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
This commit is contained in:
parent
55a05d9615
commit
08474ed5bd
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user