mirror of https://gitee.com/bigwinds/arangodb
Removed Test for new features. It cannot work in Cluster Case. Needs to be fixed later on.
This commit is contained in:
parent
4637d0ff40
commit
a14120d239
|
@ -2342,6 +2342,7 @@ function DatabaseDocumentSuiteReturnStuff () {
|
|||
/// @brief test new features from 3.0
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
/* Not Functional in arangosh connected to coordinator.
|
||||
testNewFeatures : function () {
|
||||
if (! require("@arangodb/cluster").isCluster()) {
|
||||
var x = collection.insert({Hallo: 12}, { silent: true });
|
||||
|
@ -2364,6 +2365,7 @@ function DatabaseDocumentSuiteReturnStuff () {
|
|||
assertEqual(true, y);
|
||||
}
|
||||
}
|
||||
*/
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue