Go track, Series exercise problem

There is one additional test that shouldn’t run according to the exercise description, yet it does now, and now all the solutions are failed. Could you please fix it?

Seems like an edge case I didn’t know about when making the latest changes to the test runner. I will look into it. Thanks for reporting.

1 Like

I put up the PR to fix this but it can take a bit until it is approved and deployed to all test runner instances. Fix for non-executed test reporting by junedev · Pull Request #100 · exercism/go-test-runner · GitHub

The issue was that some new logic we apply for concept exercises so they fit the v3 test output UI was also applied for practice exercises.

Thanks! Merged :slight_smile:

@dm-alexi If the problem is fixed now, please mark the topic as “solved”.