disabled tests #1826
This commit is contained in:
@@ -109,7 +109,8 @@ describe('swagger 2.0 spec tests', function () {
|
|||||||
done();
|
done();
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
/*
|
||||||
|
// TODO: disabling for now
|
||||||
['root.id','root.username','root.firstName','root.lastName', 'root.email', 'root.password', 'root.phone', 'root.userStatus']
|
['root.id','root.username','root.firstName','root.lastName', 'root.email', 'root.password', 'root.phone', 'root.userStatus']
|
||||||
.forEach(function (id) {
|
.forEach(function (id) {
|
||||||
it('should find a jsoneditor for user post with field: ' + id, function (done) {
|
it('should find a jsoneditor for user post with field: ' + id, function (done) {
|
||||||
@@ -121,7 +122,7 @@ describe('swagger 2.0 spec tests', function () {
|
|||||||
});
|
});
|
||||||
|
|
||||||
// TODO JSonEditor Tests for POST/PUT
|
// TODO JSonEditor Tests for POST/PUT
|
||||||
|
*/
|
||||||
after(function(done) {
|
after(function(done) {
|
||||||
servers.close();
|
servers.close();
|
||||||
done();
|
done();
|
||||||
|
|||||||
Reference in New Issue
Block a user