Skip to content

Commit 3a641d9

Browse files
committed
Revert "xjalienfs :: temporary disable tests for slc9_aarch64 (#5666)"
This reverts commit ab6301a.
1 parent 1fab9f7 commit 3a641d9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

xjalienfs.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,7 @@ if [ -n "$ALIBUILD_XJALIENFS_TESTS" ] &&
9090
# Tests need a JAliEn token, so skip them if we have none.
9191
[ -n "$JALIEN_TOKEN_CERT" ] && [ -n "$JALIEN_TOKEN_KEY" ]
9292
then
93-
# temporary measure againt breakage of alienpy tests on Alma9 aarch64 builder environment
94-
# the breakage is present only in the special CI environment on that machine
95-
[[ "${ARCHITECTURE}" != "slc9_aarch64" ]] && PATH="$INSTALLROOT/bin:$PATH" \
93+
PATH="$INSTALLROOT/bin:$PATH" \
9694
PYTHONPATH="$INSTALLROOT/lib/python/site-packages:$PYTHONPATH" \
9795
"$SOURCEDIR/tests/run_tests" ci-tests
9896
fi

0 commit comments

Comments
 (0)