8000 test: disable platform-server tests that do not work with zoneless · angular/angular@58f99a4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 58f99a4

Browse files
committed
test: disable platform-server tests that do not work with zoneless
A number of cases currently do not work with zoneless.
1 parent c88b29c commit 58f99a4

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

integration/platform-server-zoneless/e2e/src/defer-spec.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
import {browser, by, element} from 'protractor';
22
import {bootstrapClientApp, navigateTo, verifyNoBrowserErrors} from './util';
33

4-
describe('Defer E2E Tests', () => {
4+
// TODO: this does not work with zoneless
5+
xdescribe('Defer E2E Tests', () => {
56
beforeEach(async () => {
67
// Don't wait for Angular since it is not bootstrapped automatically.
78
await browser.waitForAngularEnabled(false);

integration/platform-server-zoneless/e2e/src/http-transferstate-lazy-on-init-spec.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
import {browser, by, element} from 'protractor';
1010
import {bootstrapClientApp, navigateTo, verifyNoBrowserErrors} from './util';
1111

12-
describe('Http TransferState Lazy On Init', () => {
12+
// TODO: this does not work with zoneless
13+
xdescribe('Http TransferState Lazy On Init', () => {
1314
beforeEach(async () => {
1415
// Don't wait for Angular since it is not bootstrapped automatically.
1516
await browser.waitForAngularEnabled(false);

integration/platform-server-zoneless/e2e/src/http-transferstate-lazy-spec.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
import {browser, by, element} from 'protractor';
1010
import {bootstrapClientApp, navigateTo, verifyNoBrowserErrors} from './util';
1111

12-
describe('Http TransferState Lazy', () => {
12+
// TODO: this does not work with zoneless
13+
xdescribe('Http TransferState Lazy', () => {
1314
beforeEach(async () => {
1415
// Don't wait for Angular since it is not bootstrapped automatically.
1516
await browser.waitForAngularEnabled(false);

0 commit comments

Comments
 (0)
0