Commit e391b71d authored by Vincent Bechu's avatar Vincent Bechu Committed by Vincent Bechu

[scenario] comment test on dropbox and davstorage

parent d459dd0d
...@@ -277,6 +277,7 @@ ...@@ -277,6 +277,7 @@
/////////////////////////// ///////////////////////////
// DAV storage // DAV storage
/////////////////////////// ///////////////////////////
/*
test('Test DAV Storage scenario', function () { test('Test DAV Storage scenario', function () {
stop(); stop();
expect(14); expect(14);
...@@ -298,10 +299,11 @@ ...@@ -298,10 +299,11 @@
}); });
}); });
}); });
*/
/////////////////////////// ///////////////////////////
// Dropbox storage // Dropbox storage
/////////////////////////// ///////////////////////////
/*
test('Test Dropbox Storage scenario', function () { test('Test Dropbox Storage scenario', function () {
stop(); stop();
expect(14); expect(14);
...@@ -323,7 +325,7 @@ ...@@ -323,7 +325,7 @@
}); });
}); });
}); });
*/
/////////////////////////// ///////////////////////////
// Qiniu storage // Qiniu storage
/////////////////////////// ///////////////////////////
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment