From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Rini Date: Sun, 14 Jul 2019 09:05:10 -0400 Subject: [U-Boot] [PATCH] test: Disable pci_ep test for now Message-ID: <1563109510-4968-1-git-send-email-trini@konsulko.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de This test is currently broken so disable it for now. Cc: Ramon Fried Cc: Simon Glass Signed-off-by: Tom Rini --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 6662ca126ab5..c21bbbbca463 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" -- 2.7.4