[U-Boot] [PATCH 09/10] WORKAROUND: test/py: Skip fs tests for now

Tom Rini trini at konsulko.com
Fri Oct 18 20:53:37 UTC 2019


Currently, these tests are skipped when run in CI.  With the move to
python3 and a newer host they are being run, but showing failures that
need more investigation.  For now, skip these tests as we had been
doing.

Signed-off-by: Tom Rini <trini at konsulko.com>
---
 .gitlab-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a46ab5487257..2528a5a9a2e4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -177,6 +177,7 @@ sandbox test.py:
   variables:
     TEST_PY_BD: "sandbox"
     BUILDMAN: "^sandbox$"
+    TEST_PY_TEST_SPEC: "not fs"
   <<: *buildman_and_testpy_dfn
 
 sandbox_spl test.py:
@@ -200,6 +201,7 @@ sandbox_flattree test.py:
   variables:
     TEST_PY_BD: "sandbox_flattree"
     BUILDMAN: "^sandbox_flattree$"
+    TEST_PY_TEST_SPEC: "not fs"
   <<: *buildman_and_testpy_dfn
 
 vexpress_ca15_tc2 test.py:
-- 
2.17.1



More information about the U-Boot mailing list