]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
Travis: Remove sleep test from integratorcp_cm926ejs-qemu test
authorAlexander Graf <agraf@suse.de>
Thu, 17 Nov 2016 17:31:07 +0000 (18:31 +0100)
committerTom Rini <trini@konsulko.com>
Sun, 27 Nov 2016 14:53:40 +0000 (09:53 -0500)
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 <agraf@suse.de>
Reviewed-by: Tom Rini <trini@konsulko.com>
.travis.yml

index 89f78d319517b5b5168828c3cbb8fbe9384d8eb3..1957734db33c92b528f9e4889abd8aa3db7503e2 100644 (file)
@@ -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: