Skip to content

Commit db57785

Browse files
JeanMechedevversion
authored andcommitted
ci: disable adev tests (#58367)
The changes in #58288 are responsible for breaking the tests (see #54858). We'll re-enable them on the next release. PR Close #58367
1 parent 2aa9f8b commit db57785

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,10 @@ jobs:
8585
run: yarn install --frozen-lockfile
8686
- name: Build adev in fast mode to ensure it continues to work
8787
run: yarn bazel build //adev:build --config=release
88-
- name: Run tests
89-
run: yarn bazel test //adev/...
88+
# TODO: re-enable tests once the next release is shipped
89+
# Tests are broken because of https://github.com/angular/angular/issues/54858
90+
# - name: Run tests
91+
# run: yarn bazel test //adev/...
9092

9193
publish-snapshots:
9294
runs-on:

.github/workflows/pr.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,10 @@ jobs:
114114
run: yarn install --frozen-lockfile
115115
- name: Build adev in fast mode to ensure it continues to work
116116
run: yarn bazel build //adev:build --config=release
117-
- name: Run tests
118-
run: yarn bazel test //adev/...
117+
# TODO: re-enable tests once the next release is shipped
118+
# Tests are broken because of https://github.com/angular/angular/issues/54858
119+
# - name: Run tests
120+
# run: yarn bazel test //adev/...
119121

120122
zone-js:
121123
runs-on:

0 commit comments

Comments
 (0)