Skip to content

Commit

Permalink
fixup! lookup: yarn, mark win as flaky
Browse files Browse the repository at this point in the history
  • Loading branch information
Trott committed Sep 30, 2023
1 parent 2163ee8 commit 59b3e93
Showing 1 changed file with 3 additions and 15 deletions.
18 changes: 3 additions & 15 deletions lib/lookup.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,23 +31,11 @@
"prefix": "@yarnpkg/cli@",
"repo": "https://github.com/yarnpkg/berry",
"scripts": [
["build:cli", "--no-minify"],
"build:cli --no-minify",
"typecheck:all",
"test:lint",
[
"test:unit",
"--testPathIgnorePatterns",
"./packages/plugin-patch/tests/diffFolders.test.ts"
],
[
"test:integration",
"--runInBand",
"--testPathIgnorePatterns",
"./packages/acceptance-tests/pkg-tests-specs/sources/commands/patchCommit.test.ts",
"./packages/acceptance-tests/pkg-tests-specs/sources/commands/patch.test.ts",
"./packages/acceptance-tests/pkg-tests-specs/sources/protocols/git.test.js",
"./packages/acceptance-tests/pkg-tests-specs/sources/script.test.js"
]
"test:unit --testPathIgnorePatterns ./packages/plugin-patch/tests/diffFolders.test.ts",
"test:integration --runInBand --testPathIgnorePatterns ./packages/acceptance-tests/pkg-tests-specs/sources/commands/patchCommit.test.ts ./packages/acceptance-tests/pkg-tests-specs/sources/commands/patch.test.ts ./packages/acceptance-tests/pkg-tests-specs/sources/protocols/git.test.js ./packages/acceptance-tests/pkg-tests-specs/sources/script.test.js"
],
"flaky": ["ppc", "fedora", "debian", "win"],
"timeout": 3000000,
Expand Down

0 comments on commit 59b3e93

Please sign in to comment.