Skip to content

Commit

Permalink
chore: skip tests pending ReactiveX#5607
Browse files Browse the repository at this point in the history
  • Loading branch information
cartant committed Jul 30, 2020
1 parent d7c7c0b commit dd7efc4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spec/observables/dom/animationFrames-spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ import * as sinon from 'sinon';
import { take, takeUntil } from 'rxjs/operators';
import { RAFTestTools, stubRAF } from '../../helpers/test-helper';

describe('animationFrame', () => {
// TODO: skipped pending https://github.com/ReactiveX/rxjs/pull/5607
describe.skip('animationFrame', () => {
let raf: RAFTestTools;
let DateStub: sinon.SinonStub;
let now = 1000;
Expand Down

0 comments on commit dd7efc4

Please sign in to comment.