Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
| ... | ... |
@@ -6,7 +6,9 @@ env: |
| 6 | 6 |
script: |
| 7 | 7 |
# Setup the DockerInDocker environment. |
| 8 | 8 |
- hack/dind |
| 9 |
+# Tests relying on StartWithBusybox make Drone time out. |
|
| 10 |
+ - rm integration-cli/docker_cli_daemon_test.go |
|
| 11 |
+ - rm integration-cli/docker_cli_exec_test.go |
|
| 9 | 12 |
# Validate and test. |
| 10 | 13 |
- hack/make.sh validate-dco validate-gofmt |
| 11 |
- - rm integration-cli/docker_cli_daemon_test.go #FIXME: This test currently fails inside drone. |
|
| 12 | 14 |
- hack/make.sh binary cross test-unit test-integration-cli test-integration |