Skip to content

Commit afe1b3d

Browse files
committed
disabled tests #1826
1 parent 3125a3d commit afe1b3d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

test/e2e/v2.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,8 @@ describe('swagger 2.0 spec tests', function () {
109109
done();
110110
});
111111
});
112-
112+
/*
113+
// TODO: disabling for now
113114
['root.id','root.username','root.firstName','root.lastName', 'root.email', 'root.password', 'root.phone', 'root.userStatus']
114115
.forEach(function (id) {
115116
it('should find a jsoneditor for user post with field: ' + id, function (done) {
@@ -121,7 +122,7 @@ describe('swagger 2.0 spec tests', function () {
121122
});
122123
123124
// TODO JSonEditor Tests for POST/PUT
124-
125+
*/
125126
after(function(done) {
126127
servers.close();
127128
done();

0 commit comments

Comments
 (0)