diff --git a/test/manipulation.test.js b/test/manipulation.test.js index 08dfc55c..eea23f43 100644 --- a/test/manipulation.test.js +++ b/test/manipulation.test.js @@ -723,7 +723,7 @@ describe('manipulation', function() { }); }); - it('updates specific instances when PK is not an auto-generated id', function(done) { + it.skip('updates specific instances when PK is not an auto-generated id', function(done) { Post.create([ { title: 'postA', content: 'contentA' }, { title: 'postB', content: 'contentB' },