axfr test is flaky

Off for now: can be turned on, but we need to up a local server
and xfr from there.
This commit is contained in:
Miek Gieben 2015-01-23 07:15:26 +00:00
parent 2efce5c9e0
commit ebbe30ad4e
1 changed files with 3 additions and 1 deletions

View File

@ -14,7 +14,9 @@ func getIP(s string) string {
return a[0]
}
func TestClientAXFR(t *testing.T) {
// flaky, need to setup local server and test from
// that.
func testClientAXFR(t *testing.T) {
if testing.Short() {
return
}