Skip to content

Commit 2fe38cc

Browse files
authored
fixup! fix(docs-infra): update app code to work with Ivy
1 parent 187b7b4 commit 2fe38cc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

aio/tests/e2e/src/app.e2e-spec.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,8 @@ describe('site App', function() {
239239
/* tslint:disable:max-line-length */
240240
expect(page.ghLinks.get(0).getAttribute('href'))
241241
.toMatch(/https:\/\/github\.com\/angular\/angular\/edit\/master\/aio\/content\/guide\/http\.md\?message=docs%3A%20describe%20your%20change\.\.\./);
242+
// TODO(gkalpak): This test often times out with Ivy (because loading `guide/http` takes a lot of time).
243+
// Remove the timeout once the performance issues have been fixed.
242244
}, 60000);
243245

244246
it('should not be present on top level pages', () => {

0 commit comments

Comments
 (0)