test(fakeAsync): renable a test blocked on jasmine 2.3.3

This commit is contained in:
Victor Berchet 2015-05-21 08:25:21 +02:00
parent 05fa9bc9fb
commit 9988471fb8
1 changed files with 0 additions and 6 deletions

View File

@ -209,12 +209,6 @@ export function main() {
}));
it('should be able to cancel periodic timers from a callback', fakeAsync(() => {
if (global != null && global.jasmine) {
// TODO(vicb): remove this when we switch to jasmine 2.3.3+
// see https://github.com/jasmine/jasmine/commit/51462f369b376615bc9d761dcaa5d822ea1ff8ee
return;
}
var cycles = 0;
var id;