File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
dev/tests/integration/testsuite/Magento/MessageQueue/Model/Cron Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -116,6 +116,7 @@ protected function setUp()
116
116
*/
117
117
public function testCheckThatPidFilesWasCreated ()
118
118
{
119
+ $ this ->markTestSkipped ('MC-5904: Test Fails randomly, ' );
119
120
$ this ->consumersRunner ->run ();
120
121
foreach ($ this ->consumerConfig ->getConsumers () as $ consumer ) {
121
122
$ this ->waitConsumerPidFile ($ consumer ->getName ());
@@ -129,6 +130,8 @@ public function testCheckThatPidFilesWasCreated()
129
130
*/
130
131
public function testSpecificConsumerAndRerun ()
131
132
{
133
+ $ this ->markTestSkipped ('MC-5904: Test Fails randomly, ' );
134
+
132
135
$ specificConsumer = 'quoteItemCleaner ' ;
133
136
$ pidFilePath = $ this ->getPidFileName ($ specificConsumer );
134
137
$ config = $ this ->config ;
You can’t perform that action at this time.
0 commit comments