Exercise Palindrome Products - Automated tests time out (failing). #741
Labels
x:action/fix
Fix an issue
x:knowledge/elementary
Little Exercism knowledge required
x:module/practice-exercise
Work on Practice Exercises
x:size/tiny
Tiny amount of work
Currently the automated tests are failing likely due to:
I suspect that
xtest
is supposed to betest.skip
as it can easily take 40 seconds to execute.It may make sense to organize these tests in their own suite (or combine them into a single test to be skipped by default):
The text was updated successfully, but these errors were encountered: