summaryrefslogtreecommitdiff
path: root/server_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'server_test.go')
-rw-r--r--server_test.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/server_test.go b/server_test.go
index 209e3c4..57d96c3 100644
--- a/server_test.go
+++ b/server_test.go
@@ -5,6 +5,9 @@ import (
)
func TestCreateNewEntry(t *testing.T) {
+ if testing.Short() || !*testExternal {
+ t.Skip("Skipping test to avoid external network.")
+ }
err := CreateNewEntry("foobar@example.org", "password")
if err != nil {
t.Fatal(err)