Skip to content

Commit

Permalink
Skip sharding test on master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
alcaeus committed Mar 9, 2018
1 parent fbebd62 commit 8a50e15
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/Doctrine/ODM/MongoDB/Tests/SchemaManagerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -557,6 +557,8 @@ public function testEnsureDocumentShardingIgnoresAlreadyShardedError()

public function testEnsureDocumentShardingWithShardByReference()
{
$this->markTestSkipped('Sharding support is still WIP');

$dbName = DOCTRINE_MONGODB_DATABASE;
$classMetadata = $this->dm->getClassMetadata(\Documents\Sharded\ShardedByUser::class);
$collectionName = $classMetadata->getCollection();
Expand Down

0 comments on commit 8a50e15

Please sign in to comment.