test(aio): cleaner approach to reliable Google Analytics e2e tests (#20661)

PR Close #20661
This commit is contained in:
Peter Bacon Darwin
2017-11-28 13:35:22 +00:00
committed by Miško Hevery
parent 4da184c29b
commit e4ce695b66
3 changed files with 6 additions and 9 deletions

View File

@ -80,8 +80,6 @@ describe('site App', function() {
});
});
// TODO(https://github.com/angular/angular/issues/19785): Activate this again
// once it is no more flaky.
describe('google analytics', () => {
it('should call ga with initial URL', done => {