Skip to content

Commit ebc221e

Browse files
committed
build tag for Consul tests
1 parent 74c3f41 commit ebc221e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

storageconsul_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// +build consul
2+
13
package storageconsul
24

35
import (
@@ -132,7 +134,6 @@ func TestConsulStorage_ListNonRecursive(t *testing.T) {
132134
assert.Contains(t, keys, path.Join("acme", "example.com", "sites", "example.com"))
133135
}
134136

135-
136137
func TestConsulStorage_LockUnlock(t *testing.T) {
137138
cs := setupConsulEnv(t)
138139
lockKey := path.Join("acme", "example.com", "sites", "example.com", "lock")

0 commit comments

Comments
 (0)