mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-24 11:45:18 +03:00
12 lines
323 B
Diff
12 lines
323 B
Diff
skip tests for the hcvault module; they need Docker
|
|
|
|
--- a/hcvault/keysource_test.go
|
|
+++ b/hcvault/keysource_test.go
|
|
@@ -13,6 +13,7 @@ import (
|
|
)
|
|
|
|
func TestMain(m *testing.M) {
|
|
+ os.Exit(0)
|
|
// uses a sensible default on windows (tcp/http) and linux/osx (socket)
|
|
pool, err := dockertest.NewPool("")
|
|
if err != nil {
|