Skip to content

Commit

Permalink
build tag for Consul tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pteich committed Jul 9, 2019
1 parent 74c3f41 commit ebc221e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion storageconsul_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// +build consul

package storageconsul

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


func TestConsulStorage_LockUnlock(t *testing.T) {
cs := setupConsulEnv(t)
lockKey := path.Join("acme", "example.com", "sites", "example.com", "lock")
Expand Down

0 comments on commit ebc221e

Please sign in to comment.