diff options
author | 2019-03-13 07:33:38 +0000 | |
---|---|---|
committer | 2019-03-13 07:33:38 +0000 | |
commit | 5cff7d5790e9ffffdd691988f53a22298a089cf2 (patch) | |
tree | 0dcf9983d6835f506e25e74405bb55cc0a6517e2 /plugin | |
parent | e9ed70cfbe511ccf165bc29652d9d3cb4279fe7d (diff) | |
download | coredns-5cff7d5790e9ffffdd691988f53a22298a089cf2.tar.gz coredns-5cff7d5790e9ffffdd691988f53a22298a089cf2.tar.zst coredns-5cff7d5790e9ffffdd691988f53a22298a089cf2.zip |
Remove etcd unit testing from travis (#2672)
* Remove etcd unit testing from travis
Remove these from the travis unit testing. (to speed up travis)
See #2671
Signed-off-by: Miek Gieben <miek@miek.nl>
* Add build tag
Signed-off-by: Miek Gieben <miek@miek.nl>
Diffstat (limited to 'plugin')
-rw-r--r-- | plugin/etcd/setup_test.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugin/etcd/setup_test.go b/plugin/etcd/setup_test.go index 29018d623..19889f3bd 100644 --- a/plugin/etcd/setup_test.go +++ b/plugin/etcd/setup_test.go @@ -1,3 +1,5 @@ +// +build etcd + package etcd import ( @@ -126,6 +128,5 @@ func TestSetupEtcd(t *testing.T) { } } } - } } |