test: Disable pci_ep test for now
authorTom Rini <trini@konsulko.com>
Sun, 14 Jul 2019 01:18:37 +0000 (21:18 -0400)
committerTom Rini <trini@konsulko.com>
Sun, 14 Jul 2019 01:18:37 +0000 (21:18 -0400)
This test is currently broken so disable it for now.

Cc: Ramon Fried <ramon.fried@gmail.com>
Cc: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>
.travis.yml

index 6662ca126ab5db52f2c67e28a3933d5c37f7eb8d..c21bbbbca463a353faea91cc36e935e7bf4c5503 100644 (file)
@@ -365,11 +365,13 @@ matrix:
     - name: "test/py sandbox"
       env:
         - TEST_PY_BD="sandbox"
+          TEST_PY_TEST_SPEC="not pci"
           BUILDMAN="^sandbox$"
           TOOLCHAIN="i386"
     - name: "test/py sandbox with clang"
       env:
         - TEST_PY_BD="sandbox"
+          TEST_PY_TEST_SPEC="not pci"
           BUILDMAN="^sandbox$"
           OVERRIDE="clang-7"
     - name: "test/py sandbox_spl"
@@ -382,6 +384,7 @@ matrix:
     - name: "test/py sandbox_flattree"
       env:
         - TEST_PY_BD="sandbox_flattree"
+          TEST_PY_TEST_SPEC="not pci"
           BUILDMAN="^sandbox_flattree$"
           TOOLCHAIN="i386"
     - name: "test/py vexpress_ca15_tc2"