Skip to content

Commit

Permalink
[color] in .github/workflows/testsuite_oneprocess.sh, temporarely ree…
Browse files Browse the repository at this point in the history
…nable bypasses for know issues #826 in susy and #872 in pp_tt012j - the CI tests should pass now
  • Loading branch information
valassi committed Jun 28, 2024
1 parent edcb07a commit b3046e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testsuite_oneprocess.sh
Original file line number Diff line number Diff line change
Expand Up @@ -535,9 +535,9 @@ if [ $BYPASS_KNOWN_ISSUES -eq 1 ] && [ $status -ne 0 ]; then
# Known issues in tmad_test
if [ "$stage" == "tmad_test" ]; then
# No cross section in susy_gg_t1t1 (#826)
###if [ "${proc%.mad}" == "susy_gg_t1t1" ]; then bypassIssue "No cross section in ${proc%.mad} for FPTYPE=d,f,m (#826)"; fi
if [ "${proc%.mad}" == "susy_gg_t1t1" ]; then bypassIssue "No cross section in ${proc%.mad} for FPTYPE=d,f,m (#826)"; fi
# Cross section mismatch in pp_tt012j for P2_gu_ttxgu (#872)
###if [ "${proc%.mad}" == "pp_tt012j" ]; then bypassIssue "Cross section mismatch for P2_gu_ttxgu in ${proc%.mad} for FPTYPE=d,f,m (#856)"; fi
if [ "${proc%.mad}" == "pp_tt012j" ]; then bypassIssue "Cross section mismatch for P2_gu_ttxgu in ${proc%.mad} for FPTYPE=d,f,m (#856)"; fi
# Final printout
if [ $status -ne 0 ]; then echo "[testsuite_oneprocess.sh] $stage ($proc) FPTYPE=${FPTYPE}: issue will not be bypassed, test has FAILED"; fi
fi
Expand Down

0 comments on commit b3046e1

Please sign in to comment.