Skip to content

Commit

Permalink
[ci] revert symfony#1598
Browse files Browse the repository at this point in the history
symfony/recipes#1339 is now merged - we dont need to skip these tests anymore.
  • Loading branch information
jrushlow committed Sep 28, 2024
1 parent ce60831 commit 33ee4a9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/Maker/MakeEntityTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,6 @@ public function getTestDetails(): \Generator
];

yield 'it_creates_a_new_class_and_api_resource' => [$this->createMakeEntityTest()
// @legacy - re-enable test when https://github.com/symfony/recipes/pull/1339 is merged
->skipTest('Waiting for https://github.com/symfony/recipes/pull/1339')
->addExtraDependencies('api')
->run(function (MakerTestRunner $runner) {
$runner->runMaker([
Expand Down Expand Up @@ -681,8 +679,6 @@ public function getTestDetails(): \Generator
];

yield 'it_makes_new_entity_no_to_all_extras' => [$this->createMakeEntityTestForMercure()
// @legacy - re-enable test when https://github.com/symfony/recipes/pull/1339 is merged
->skipTest('Waiting for https://github.com/symfony/recipes/pull/1339')
->addExtraDependencies('api')
// special setup done in createMakeEntityTestForMercure()
->run(function (MakerTestRunner $runner) {
Expand Down

0 comments on commit 33ee4a9

Please sign in to comment.