From: Tom Rini Date: Sun, 14 Jul 2019 01:18:37 +0000 (-0400) Subject: test: Disable pci_ep test for now X-Git-Tag: v2019.10-rc1~31^2 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=ae8d23a668755d804748a1cf848426b28338b3d5;p=oweals%2Fu-boot.git test: Disable pci_ep test for now This test is currently broken so disable it for now. Cc: Ramon Fried Cc: Simon Glass Signed-off-by: Tom Rini --- diff --git a/.travis.yml b/.travis.yml index 6662ca126a..c21bbbbca4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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"