From 52be5501d6ce0ec96e379acbcf847d7ad24ab2e0 Mon Sep 17 00:00:00 2001 From: ansuz Date: Tue, 26 Sep 2017 14:34:54 +0200 Subject: [PATCH] remove invalid test --- www/drive/tests.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/www/drive/tests.js b/www/drive/tests.js index 5861e5410..eaae78e13 100644 --- a/www/drive/tests.js +++ b/www/drive/tests.js @@ -243,6 +243,7 @@ define([ }, "DRIVE4: migration and fixFiles with a pad in trash not root"); // Pad attributes migration +/* assert(function (cb) { console.log('START PAD ATTRIBUTES'); var files = JSON.parse(JSON.stringify(example)); @@ -253,6 +254,7 @@ define([ return cb(files.filesData[id1].userid === 'value' && files.filesData[id1].previewMode); }, "PAD ATTRIBUTES"); +*/ // userObject Tests