aboutsummaryrefslogtreecommitdiffstats
path: root/testing/kopia/skip-docker-tests.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/kopia/skip-docker-tests.patch')
-rw-r--r--testing/kopia/skip-docker-tests.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/testing/kopia/skip-docker-tests.patch b/testing/kopia/skip-docker-tests.patch
new file mode 100644
index 00000000000..3c662a395b9
--- /dev/null
+++ b/testing/kopia/skip-docker-tests.patch
@@ -0,0 +1,13 @@
+diff --git a/internal/testutil/dockertestutil.go b/internal/testutil/dockertestutil.go
+index 9f5fa2f6..b5570f85 100644
+--- a/internal/testutil/dockertestutil.go
++++ b/internal/testutil/dockertestutil.go
+@@ -12,6 +12,8 @@
+ // RunDockerAndGetOutputOrSkip runs Docker and returns the output as a string.
+ func RunDockerAndGetOutputOrSkip(tb testing.TB, args ...string) string {
+ tb.Helper()
++ tb.Skip("skipping test that runs docker...")
++
+ tb.Logf("running docker %v", args)
+
+ c := exec.Command("docker", args...)