[bank-account] potential BUG

I removed the flag from this exercise and from anecdotal testing on a few submissions, I’m not getting any timeouts. Tested on solutions that pass the tests, fail the tests and don’t even compile. I got the expected results from all those scenarios relatively quickly.

So I guess the issue is solved.

I’ll still dedicate some time to investigate if there’s a way we can viably re-introduce this flag.

1 Like

FWIW on TS I have flags in the config.json for the exercise that turn features on-or-off in the test-runner.

You may want to do the same?

We are doing the same actually. That’s how this flag was enabled for this exercise, and now disabled.

2 Likes