Skip to content

Commit 59b3e93

Browse files
committed
fixup! lookup: yarn, mark win as flaky
1 parent 2163ee8 commit 59b3e93

File tree

1 file changed

+3
-15
lines changed

1 file changed

+3
-15
lines changed

lib/lookup.json

+3-15
Original file line numberDiff line numberDiff line change
@@ -31,23 +31,11 @@
3131
"prefix": "@yarnpkg/cli@",
3232
"repo": "https://github.com/yarnpkg/berry",
3333
"scripts": [
34-
["build:cli", "--no-minify"],
34+
"build:cli --no-minify",
3535
"typecheck:all",
3636
"test:lint",
37-
[
38-
"test:unit",
39-
"--testPathIgnorePatterns",
40-
"./packages/plugin-patch/tests/diffFolders.test.ts"
41-
],
42-
[
43-
"test:integration",
44-
"--runInBand",
45-
"--testPathIgnorePatterns",
46-
"./packages/acceptance-tests/pkg-tests-specs/sources/commands/patchCommit.test.ts",
47-
"./packages/acceptance-tests/pkg-tests-specs/sources/commands/patch.test.ts",
48-
"./packages/acceptance-tests/pkg-tests-specs/sources/protocols/git.test.js",
49-
"./packages/acceptance-tests/pkg-tests-specs/sources/script.test.js"
50-
]
37+
"test:unit --testPathIgnorePatterns ./packages/plugin-patch/tests/diffFolders.test.ts",
38+
"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"
5139
],
5240
"flaky": ["ppc", "fedora", "debian", "win"],
5341
"timeout": 3000000,

0 commit comments

Comments
 (0)