Skip to content

Commit

Permalink
chore: Skip test with no assertions
Browse files Browse the repository at this point in the history
  • Loading branch information
ollieread committed Dec 16, 2024
1 parent a76b9a1 commit c269be6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/Unit/Managers/IdentityResolverManagerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -175,5 +175,7 @@ public function allowsCustomCreators(): void
});

$manager = sprout()->resolvers();

$this->markTestSkipped();
}
}

0 comments on commit c269be6

Please sign in to comment.