Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 1a6c6c4

Browse files
Add FIXME annotation
1 parent ec034cd commit 1a6c6c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎Project-Euler/test/Problem044.test.js‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ describe('checking nth prime number', () => {
1212
expect(problem44(1)).toBe(5482660)
1313
})
1414
// Project Euler Second Value for Condition Check
15+
// FIXME skip this test for now because it runs very long and clogs up the CI & pre-commit hook
1516
test.skip('if the number is greater or equal to 2167', () => {
1617
expect(problem44(2167)).toBe(8476206790)
1718
})

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /