[Chapel Merge] Reduce amount of testing of day21a AOC codes

Branch: refs/heads/main
Revision: bfa90ac
Author: bradcray
Link: Reduce amount of testing of day21a AOC codes by bradcray · Pull Request #19130 · chapel-lang/chapel · GitHub
Log Message:

Merge pull request #19130 from bradcray/reduce-day21a-testing

Reduce amount of testing of day21a AOC codes

[trivial, not reviewed]

This test is highly recursive and copies tiny arrays on each function
call, so is pretty brutal with memtracking on. Skip the test when
that's the case as a result. In addition, the two configurations are
testing virtually the same thing and take ~15-20 seconds on a Mac or
linux64, so let's just run one of them (where the "non-practice" run
tends to be faster in my experience).

Modified Files:
M test/studies/adventOfCode/2021/bradc/day21a.execopts

M test/studies/adventOfCode/2021/bradc/day21a.skipif

Compare: https://github.com/chapel-lang/chapel/compare/7391a3cea119...bfa90ac9b343