1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-24 11:45:18 +03:00
aports/testing/sops/skip-hcvault-tests.patch
Michał Polański 6c734db53e testing/sops: new aport
Simple and flexible tool for managing secrets
https://github.com/mozilla/sops
2021-09-20 00:30:12 +02:00

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 {