CI_FAILFAST_TEST_LEAVE_DANGLING
was added in commit 26d98d51f2cfc902df35f855590c052e16a5ce12 to run a bash trap
. However, now that the trap
was removed in commit 904631e0fc00ac9c8a03d1ce226d071bf88c00db, this can be removed as well.
If there is need for this in the future, it seems simpler to just explicitly execute test_runner.py
in a new session via setsid
instead of using this config/env juggling.