Skip to content

Commit

Permalink
Skip repositoryMethod primer test until we've figured out repositoryM…
Browse files Browse the repository at this point in the history
…ethod in references
  • Loading branch information
alcaeus committed Nov 27, 2017
1 parent 54f1769 commit 056371b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 056371b

Please sign in to comment.