Skip to content

Commit 938f04b

Browse files
authored
Disable unit tests until runner is updated (RooCodeInc#2733)
1 parent 801946f commit 938f04b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,9 @@ jobs:
7373
- name: Build Extension
7474
run: npm run compile
7575

76-
- name: Unit Tests
77-
run: npm run test:unit
76+
# Disabling due to compatability with test framework and ESM modules
77+
# - name: Unit Tests
78+
# run: npm run test:unit
7879

7980
# Run extension tests with coverage
8081
- name: Extension Tests with Coverage

0 commit comments

Comments
 (0)