浏览代码

Move docker-py tests to the end

These tests have bad output and its hard to figure out what went wrong
when one of them fails.  Move them to the end to atleast get the real
test output first and better debug things.

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
Michael Crosby 6 年之前
父节点
当前提交
265b605118
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      hack/ci/janky

+ 2 - 2
hack/ci/janky

@@ -12,7 +12,7 @@ bash <(curl -s https://codecov.io/bash) \
 hack/make.sh \
 hack/make.sh \
 	binary-daemon \
 	binary-daemon \
 	dynbinary \
 	dynbinary \
-	test-docker-py \
 	test-integration-flaky \
 	test-integration-flaky \
 	test-integration \
 	test-integration \
-	cross
+	cross \
+	test-docker-py