File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -404,6 +404,10 @@ public function testCreateAndDeleteEdgeCollectionWithoutCreatingObject()
404
404
*/
405
405
public function testCreateAndDeleteVolatileCollectionWithoutCreatingObject ()
406
406
{
407
+ if (!$ this ->isMMFilesEngine ) {
408
+ $ this ->markTestSkipped ("test is only meaningful with the mmfiles engine " );
409
+ }
410
+
407
411
$ connection = $ this ->connection ;
408
412
$ collectionHandler = new CollectionHandler ($ connection );
409
413
Original file line number Diff line number Diff line change @@ -83,6 +83,10 @@ public function testCreateGetAndDeleteCollectionWithWaitForSyncDefault()
83
83
*/
84
84
public function testCreateGetAndDeleteVolatileCollection ()
85
85
{
86
+ if (!$ this ->isMMFilesEngine ) {
87
+ $ this ->markTestSkipped ("test is only meaningful with the mmfiles engine " );
88
+ }
89
+
86
90
$ collection = $ this ->collection ;
87
91
$ collectionHandler = $ this ->collectionHandler ;
88
92
You can’t perform that action at this time.
0 commit comments