Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e9f21fe

Browse files
committedAug 7, 2023
Revert "Add detectOpenHandles to yarn test to avoid tests to hang"
This reverts commit 04b4fb1.
1 parent fd921b4 commit e9f21fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.github/workflows/kubeapps-general.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ jobs:
212212
- name: Run dashboard linter
213213
run: yarn --cwd=dashboard run lint
214214
- name: Run dashboard unit tests
215-
run: yarn --cwd=dashboard run test --maxWorkers=4 --coverage --logHeapUsage --detectOpenHandles --forceExit
215+
run: yarn --cwd=dashboard run test --maxWorkers=4 --coverage --logHeapUsage
216216

217217
test_pinniped_proxy:
218218
needs:

‎Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ test-all: test-apprepository-controller test-dashboard
5454
test-dashboard:
5555
yarn --cwd dashboard/ install --frozen-lockfile
5656
yarn --cwd=dashboard run lint
57-
CI=true yarn --cwd dashboard/ run test --detectOpenHandles --forceExit
57+
CI=true yarn --cwd dashboard/ run test
5858

5959
test-%:
6060
$(GO) test -v $(IMPORT_PATH)/cmd/$*

0 commit comments

Comments
 (0)
Please sign in to comment.