Skip to content
This repository was archived by the owner on Jul 13, 2020. It is now read-only.

Commit 4ec569f

Browse files
committed
skip generator tests in ie
1 parent 0793f80 commit 4ec569f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/system.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ describe('System', function () {
6464
.then(done, done);
6565
});
6666

67-
it('should import an ES6 script with a generator', function (done) {
67+
(ie ? it.skip : it)('should import an ES6 script with a generator', function (done) {
6868
System.import('test/syntax/es6-generator')
6969
.then(function (m) {
7070
expect(!!m.generator).to.be.ok();

0 commit comments

Comments
 (0)