Skip to content

Commit

Permalink
dist: Exclude less relevant container tests from packaging tests
Browse files Browse the repository at this point in the history
  • Loading branch information
okurz authored and ilausuch committed Mar 18, 2021
1 parent 68f4d17 commit 802e7a0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dist/rpm/openQA.spec
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,10 @@ rm \
# within CI systems, e.g. OBS. See t/lib/OpenQA/Test/TimeLimit.pm
export CI=1
export OPENQA_TEST_TIMEOUT_SCALE_CI=10
# Skip container tests that would need additional requirements, e.g.
# docker-compose. Also, these tests are less relevant (or not relevant) for
# packaging
export CONTAINER_TEST=0
make test PROVE_ARGS='-r -v' CHECKSTYLE=0 TEST_PG_PATH=%{buildroot}/DB
rm -rf %{buildroot}/DB
%endif
Expand Down

0 comments on commit 802e7a0

Please sign in to comment.