Skip to content

Commit 62a0ad6

Browse files
committed
Updating append.instructions.md to address the skipped test
1 parent 486d201 commit 62a0ad6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
11
# Instructions append
22

33
By default, only `sum` is given to the `triplets` function, but it may optionally also receive `minFactor` and/or `maxFactor`. When these are given, make sure _each_ factor of the triplet is at least `minFactor` and at most `maxFactor`.
4+
5+
<!-- prettier-ignore-start -->
6+
~~~exercism/advanced
7+
If you're solving this using the CLI, there's a test case involving large numbers that's currently skipped to avoid timeouts in our online test runner.
8+
You can enable it if you want by removing the `.skip`, just be aware that it may take a while to run.
9+
~~~
10+
<!-- prettier-ignore-end -->

0 commit comments

Comments
 (0)