From: Alexander Graf Date: Thu, 17 Nov 2016 17:31:07 +0000 (+0100) Subject: Travis: Remove sleep test from integratorcp_cm926ejs-qemu test X-Git-Tag: v2017.01-rc1~204 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=78992845a00abb735b314463b1a912923f1cc3da;p=u-boot Travis: Remove sleep test from integratorcp_cm926ejs-qemu test Most of the time when running the sleep test in Travis for the integratorcp_cm926ejs target I get errors like this: E assert 2.999901056289673 >= 3 The deviation is tiny, but fails the overall build result. Since the sleep test is not terribly important as gate keeper for travis tests, let's just exclude it for this board. Signed-off-by: Alexander Graf Reviewed-by: Tom Rini --- diff --git a/.travis.yml b/.travis.yml index 89f78d3195..1957734db3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -244,6 +244,7 @@ matrix: BUILDMAN="^vexpress_ca9x4$" - env: - TEST_PY_BD="integratorcp_cm926ejs" + TEST_PY_TEST_SPEC="not sleep" TEST_PY_ID="--id qemu" BUILDMAN="^integratorcp_cm926ejs$" - env: