Skip to content

Commit

Permalink
test(@angular-devkit/build-angular): disable flaky poll test
Browse files Browse the repository at this point in the history
  • Loading branch information
clydin authored and alexeagle committed Oct 5, 2018
1 parent a2003fd commit 9ef66e2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ describe('Browser Builder poll', () => {
beforeEach(done => host.initialize().toPromise().then(done, done.fail));
afterEach(done => host.restore().toPromise().then(done, done.fail));

it('works', (done) => {
xit('works', (done) => {
const overrides = { watch: true, poll: 2000 };
const intervals: number[] = [];
let startTime: number | undefined;
Expand Down

0 comments on commit 9ef66e2

Please sign in to comment.