From c38659e3c925197c6ed3677dfb2d98ce2b29c1ee Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Wed, 17 Jul 2019 09:58:24 -0400 Subject: [PATCH] Revert "test: Disable pci_ep test for now" We now have a proper fix for this test, stop disabling it in CI. This reverts commit 4c99d9bf33851e122d1db39adb45b15b4385d412. Signed-off-by: Tom Rini --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index c21bbbbca4..6662ca126a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -365,13 +365,11 @@ 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" @@ -384,7 +382,6 @@ 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.39.5