CI tests: bz2152970 is a known issue

This commit is contained in:
Martin Cermak 2023-02-21 20:41:54 +01:00
parent 671f002697
commit 6e2eede1a1
2 changed files with 4 additions and 2 deletions

View File

@ -26,8 +26,8 @@
#
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# Include rhts environment
. /usr/share/beakerlib/beakerlib.sh || exit 1
. /etc/os-release || exit 1
# Packages to be tested
PACKAGES="${PACKAGES:-python3}"
@ -60,6 +60,8 @@ rlJournalStart
# Note that typically you need to be root to run "stap" (or be within
# an appropriate group)
for script in list top; do
# bz2152970 is a known probem
[ "$ID" == "fedora" ] && [ "$script" == "top" ] && continue
rlPhaseStartTest "Test $script"
rlRun "rm -rf ~/.systemtap/cache" 0 "Cleaning cache"
rlRun "stap $script.stp -v -c \"$PYTHON test.py\" > $script" \

View File

@ -9,7 +9,7 @@ recommend:
- systemtap
- systemtap-testsuite
- perf
duration: 10m
duration: 100m
extra-summary: /tools/systemtap/Regression/small-tests
extra-task: /tools/systemtap/Regression/small-tests
tier: 1