diff options
| author | Tom Rini <[email protected]> | 2019-07-17 09:58:24 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2019-07-18 11:31:32 -0400 |
| commit | bf88d2b023063a0c46d7617a4f6897d5d561662d (patch) | |
| tree | 77455f5dd31e5813862a5d27d977b7fecd423c0a | |
| parent | eb18742575158a680070002cf182b0c64311c1b2 (diff) | |
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 ae8d23a668755d804748a1cf848426b28338b3d5.
Signed-off-by: Tom Rini <[email protected]>
| -rw-r--r-- | .travis.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index c21bbbbca46..6662ca126ab 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" |
