diff options
| author | Alexander Graf <[email protected]> | 2016-11-17 18:31:07 +0100 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2016-11-27 09:53:40 -0500 |
| commit | 78992845a00abb735b314463b1a912923f1cc3da (patch) | |
| tree | 6b9383194cffb0b8a716bdb0dc6a4e9ed85198c6 | |
| parent | 95b62b2e28dbc3419f49eeae2e4fdccc862fccea (diff) | |
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 <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
| -rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 89f78d31951..1957734db33 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: |
