Skip to content

Commit

Permalink
lookup: add lru-cache (#934)
Browse files Browse the repository at this point in the history
  • Loading branch information
pacostas authored Mar 6, 2023
1 parent 8ce207d commit 9975077
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions lib/lookup.json
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,14 @@
"expectFail": "fips",
"maintainers": "jdalton"
},
"lru-cache": {
"envVar": { "TAP_TIMEOUT": "300" },
"prefix": "v",
"maintainers": "isaacs",
"flaky": ["win32"],
"skip": "aix",
"comment": "Marked as flaky on win32 due to this issue https://github.com/nodejs/citgm/issues/930"
},
"microtime": {
"prefix": "v",
"tags": "native",
Expand Down

0 comments on commit 9975077

Please sign in to comment.