Revision 31c4879da1fffaa6cc713ead1eb2b4fd5f3d0068 authored by Andrew Kushnir on 09 May 2022, 16:35:32 UTC, committed by Andrew Kushnir on 09 May 2022, 18:06:53 UTC
This commit disables the `aio_preview` CircleCI job temporarily, since it's failing after switching to CircleCI API v2. It will be enabled back once the code is updated. More info can be found here: https://github.com/angular/angular/issues/45931

PR Close #45932
1 parent 6644165
Raw File
test-events.js
/**
 * @license
 * Copyright Google LLC All Rights Reserved.
 *
 * Use of this source code is governed by an MIT-style license that can be
 * found in the LICENSE file at https://angular.io/license
 */

Zone[Zone.__symbol__('UNPATCHED_EVENTS')] = ['scroll'];
back to top