File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -120,6 +120,8 @@ public function getTestDetails(): \Generator
120120 ];
121121
122122 yield 'it_creates_a_new_class_and_api_resource ' => [$ this ->createMakeEntityTest ()
123+ // @legacy - re-enable test when https://github.com/symfony/recipes/pull/1339 is merged
124+ ->skipTest ('Waiting for https://github.com/symfony/recipes/pull/1339 ' )
123125 ->addExtraDependencies ('api ' )
124126 ->run (function (MakerTestRunner $ runner ) {
125127 $ runner ->runMaker ([
@@ -679,6 +681,8 @@ public function getTestDetails(): \Generator
679681 ];
680682
681683 yield 'it_makes_new_entity_no_to_all_extras ' => [$ this ->createMakeEntityTestForMercure ()
684+ // @legacy - re-enable test when https://github.com/symfony/recipes/pull/1339 is merged
685+ ->skipTest ('Waiting for https://github.com/symfony/recipes/pull/1339 ' )
682686 ->addExtraDependencies ('api ' )
683687 // special setup done in createMakeEntityTestForMercure()
684688 ->run (function (MakerTestRunner $ runner ) {
You can’t perform that action at this time.
0 commit comments