This is an automated email from the ASF dual-hosted git repository.
tiagobento pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-kie-tools.git
The following commit(s) were added to refs/heads/main by this push:
new fa57fcfcbdb [NO-ISSUE] Skip `test-e2e` on
`chrome-extension-pack-kogito-kie-editors` due to flaky tests (#3180)
fa57fcfcbdb is described below
commit fa57fcfcbdb485fea5d2e11246081a297fe10f36
Author: Tiago Bento <[email protected]>
AuthorDate: Thu Jun 12 10:04:48 2025 -0400
[NO-ISSUE] Skip `test-e2e` on `chrome-extension-pack-kogito-kie-editors`
due to flaky tests (#3180)
---
packages/chrome-extension-pack-kogito-kie-editors/package.json | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/packages/chrome-extension-pack-kogito-kie-editors/package.json
b/packages/chrome-extension-pack-kogito-kie-editors/package.json
index e036da5c991..a283800c574 100644
--- a/packages/chrome-extension-pack-kogito-kie-editors/package.json
+++ b/packages/chrome-extension-pack-kogito-kie-editors/package.json
@@ -18,8 +18,9 @@
"install": "node install.js",
"lint": "run-script-if --bool \"$(build-env linters.run)\" --then
\"kie-tools--eslint ./src\"",
"start": "webpack serve --env dev",
- "test-e2e": "run-script-if --ignore-errors \"$(build-env
endToEndTests.ignoreFailures)\" --bool \"$(build-env endToEndTests.run)\"
--then \"pnpm rimraf ./dist-tests-e2e\" \"pnpm start-server-and-test
test-e2e:start https-get://localhost:$(build-env chromeExtension.dev.port)
test-e2e:run\"",
+ "test-e2e": "echo 'Tests are skipped for this package as they were flaky.
See
https://github.com/apache/incubator-kie-tools/pull/3170#issuecomment-2963826517'",
"test-e2e:run": "jest --runInBand -c ./jest.e2e.config.js",
+ "test-e2e:skip": "run-script-if --ignore-errors \"$(build-env
endToEndTests.ignoreFailures)\" --bool \"$(build-env endToEndTests.run)\"
--then \"pnpm rimraf ./dist-tests-e2e\" \"pnpm start-server-and-test
test-e2e:start https-get://localhost:$(build-env chromeExtension.dev.port)
test-e2e:run\"",
"test-e2e:start": "pnpm start"
},
"dependencies": {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]