Skip to content

Commit

Permalink
ci: disable srmcp test
Browse files Browse the repository at this point in the history
  • Loading branch information
kofemann committed May 30, 2024
1 parent ffee5e0 commit fb1f525
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .ci/run-grid-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ export WORKSPACE=`pwd`
# test groups to run
TESTS="DccpTests GlobusurlcpTests SrmlsTests SrmcpTests"

#FIXME: remove this when the tests are fixed
TESTS="DccpTests GlobusurlcpTests SrmlsTests"

# robot returns the number of failed tests in its return code.
# So we add up the retvals using ERRORS as an accumulator
declare -i ERRORS=0
Expand Down

0 comments on commit fb1f525

Please sign in to comment.