fix(aio): make tests less flaky (#19784)

PR Close #19784
This commit is contained in:
Tobias Bosch
2017-10-18 08:50:00 -07:00
parent b0c7ea8181
commit 81173b0d29
2 changed files with 7 additions and 3 deletions

View File

@ -66,7 +66,9 @@ describe('site App', function() {
});
});
describe('google analytics', () => {
// TODO(https://github.com/angular/angular/issues/19785): Activate this again
// once it is no more flaky.
xdescribe('google analytics', () => {
beforeEach(done => page.gaReady.then(done));
it('should call ga', done => {