Package: golang-github-go-ldap-ldap / 2.4.1-1+deb9u1

disable-internet-tests.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: Disable functional tests by default
 We are disabling this set of tests because they require
 internet connection. Users that still want to run them, maybe
 because they are working on this library, may still do so using
 the functional-ldap-tests build tag.
Applied-Upstream: not-needed
Author: Alexandre Viau <alexandre@alexandreviau.net>
Last-Update: 2016-03-21

--- a/ldap_test.go
+++ b/ldap_test.go
@@ -1,3 +1,5 @@
+// +build functional-ldap-tests
+
 package ldap_test
 
 import (