Skip to content

Commit 6f0ae6a

Browse files
committed
ACP2E-2388: Magento\AsynchronousOperations\Api\OperationRepositoryInterfaceTest::testBulkGetListByStartTime is failing randomly
1 parent 14c1547 commit 6f0ae6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/api-functional/testsuite/Magento/AsynchronousOperations/Api/OperationRepositoryInterfaceTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ public function testBulkGetListByStartTime()
168168
'filters' => [
169169
[
170170
'field' => 'start_time',
171-
'value' => date('Y-m-d H:i:0'),
171+
'value' => date('Y-m-d H:i:s', strtotime('-1 minute')),
172172
'condition_type' => 'gt',
173173
],
174174
],

0 commit comments

Comments
 (0)