Commit graph

5 commits

Author SHA1 Message Date
Alan Agius
82e5449953 refactor: replace port 4206 usage with 4209 (#61362)
Port `4206` is used by other tests which causes this test to be flakey example https://github.com/angular/angular/actions/runs/15038891642/job/42265813534

PR Close #61362
2025-05-15 10:12:46 -07:00
cexbrayat
5ea32b5d23 refactor(core): remove leftover todos in integration tests (#61313)
The TODOs can be removed as the tests were fixed in 193bd7c54a

PR Close #61313
2025-05-14 10:16:15 +02:00
Alan Agius
400dbc5b89 fix(core): properly handle app stabilization with defer blocks (#61056)
Previously, the app was marked as stable prematurely. For more details, see https://github.com/angular/angular/issues/61038#issuecomment-2837917180

Closes: #61038
(cherry picked from commit de649c9cfd)

PR Close #61056
2025-04-30 12:02:03 -07:00
Alan Agius
90b3355831 test: disable platform-server tests that do not work with zoneless (#61056)
A number of cases currently do not work with zoneless.

(cherry picked from commit 58f99a4491)

PR Close #61056
2025-04-30 12:02:03 -07:00
Alan Agius
794522602d test: add integration test for platform-server with zoneless (#61056)
Add an integration test to verify SSR with zoneless

(cherry picked from commit c88b29c506)

PR Close #61056
2025-04-30 12:02:03 -07:00