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

Commit 94cb8b9

Browse files
committed
chore: comment out skipped tests
1 parent 6d9787e commit 94cb8b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/tinymce.spec.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ describe('uiTinymce', function () {
113113
});
114114
});
115115
// TODO: Fix test
116-
xit('should handle undefined gracefully', function(done) {
116+
/*xit('should handle undefined gracefully', function(done) {
117117
compile();
118118
setTimeout(function() {
119119
scope.foo = undefined;
@@ -144,7 +144,7 @@ describe('uiTinymce', function () {
144144
145145
done();
146146
}, 100);
147-
});
147+
});*/
148148
});
149149
/*describe('using the editor', function () {
150150
it('should update the model', function (done) {

0 commit comments

Comments
 (0)