File: test--disable-containerizedengine-update-test.patch

package info (click to toggle)
docker.io 18.09.1%2Bdfsg1-7.1%2Bdeb10u3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 66,144 kB
  • sloc: sh: 9,753; makefile: 827; ansic: 239; python: 162; asm: 10
file content (19 lines) | stat: -rw-r--r-- 578 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
From: Arnaud Rebillout <arnaud.rebillout@collabora.com>
Date: Fri, 18 Jan 2019 18:54:15 +0700
Subject: Disable containerizedengine/update_test.go

This test FTBFS, see <https://github.com/docker/cli/pull/1561>.
Please re-enable this test when this MR is accepted.

Origin: vendor, Debian
Forwarded: not-needed, Debian-specific
Signed-off-by: Arnaud Rebillout <arnaud.rebillout@collabora.com>

--- a/cli/internal/containerizedengine/update_test.go
+++ b/cli/internal/containerizedengine/update_test.go
@@ -1,3 +1,5 @@
+// +build ignore
+
 package containerizedengine
 
 import (