mirror of
https://github.com/coredns/coredns.git
synced 2025-10-27 00:04:15 -04:00
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>
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
// +build etcd
|
||||
|
||||
package etcd
|
||||
|
||||
import (
|
||||
@@ -126,6 +128,5 @@ func TestSetupEtcd(t *testing.T) {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user