File tree Expand file tree Collapse file tree 4 files changed +3
-1
lines changed
app/code/Magento/CatalogSearch/Test/Unit/Model
dev/tests/integration/testsuite/Magento/Framework/Search/Adapter/Mysql
lib/internal/Magento/Framework/Search/Test/Unit/Adapter/Mysql Expand file tree Collapse file tree 4 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ class FullTest extends \PHPUnit\Framework\TestCase
22
22
23
23
protected function setUp ()
24
24
{
25
+ $ this ->markTestSkipped ("MC-18948: Mysql Search Engine is deprecated " );
25
26
$ resource = $ this ->getMockBuilder (\Magento \Framework \App \ResourceConnection::class)
26
27
->disableOriginalConstructor ()
27
28
->getMock ();
Original file line number Diff line number Diff line change @@ -83,6 +83,7 @@ class CollectionTest extends BaseCollection
83
83
*/
84
84
protected function setUp ()
85
85
{
86
+ $ this ->markTestSkipped ("MC-18948: Mysql Search Engine is deprecated " );
86
87
$ this ->objectManager = new \Magento \Framework \TestFramework \Unit \Helper \ObjectManager ($ this );
87
88
$ this ->storeManager = $ this ->getStoreManager ();
88
89
$ this ->universalFactory = $ this ->getUniversalFactory ();
Original file line number Diff line number Diff line change 17
17
*
18
18
* @magentoDbIsolation disabled
19
19
* @magentoAppIsolation enabled
20
- * @magentoDataFixture Magento/Framework/Search/_files/products.php
21
20
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
22
21
*/
23
22
class AdapterTest extends \PHPUnit \Framework \TestCase
Original file line number Diff line number Diff line change @@ -71,6 +71,7 @@ class AdapterTest extends \PHPUnit\Framework\TestCase
71
71
72
72
protected function setUp ()
73
73
{
74
+ $ this ->markTestSkipped ("MC-18948: Mysql Adapter and Search Engine is deprecated " );
74
75
$ this ->objectManager = new ObjectManager ($ this );
75
76
76
77
$ this ->request = $ this ->getMockBuilder (\Magento \Framework \Search \RequestInterface::class)
You can’t perform that action at this time.
0 commit comments