diff --git a/tests/Doctrine/ODM/MongoDB/Tests/Functional/ReferencePrimerTest.php b/tests/Doctrine/ODM/MongoDB/Tests/Functional/ReferencePrimerTest.php index 842097a336..e2e7e35a80 100644 --- a/tests/Doctrine/ODM/MongoDB/Tests/Functional/ReferencePrimerTest.php +++ b/tests/Doctrine/ODM/MongoDB/Tests/Functional/ReferencePrimerTest.php @@ -572,6 +572,7 @@ public function testPrimeReferencesInReferenceMany() public function testPrimeReferencesInReferenceManyWithRepositoryMethodThrowsException() { + $this->markTestSkipped('Test invalid until we\'ve figured out how to treat cursors vs. builders in repositoryMethod'); $commentAuthor = new User(); $this->dm->persist($commentAuthor);