Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit 0c47e6a

Browse files
committed
MAGETWO-87315: Stabilize bamboo and jenkins builds
1 parent 4a27e5c commit 0c47e6a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dev/tests/integration/testsuite/Magento/Cms/Model/BlockTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@ public function testUpdateTime(array $blockData)
9090
$storeId = reset($blockData['stores']);
9191
$block = $this->blockIdentifier->execute($blockData['identifier'], $storeId);
9292
$date = $this->objectManager->get(DateTime::class)->date();
93+
$this->markTestIncomplete('MAGETWO-87353: \Magento\Cms\Model\BlockTest::testUpdateTime randomly fails on CI. '
94+
. 'Invalid assertion. Application node timestamp may significantly differ from DB node.');
9395
$this->assertEquals($date, $block->getUpdateTime());
9496
}
9597

0 commit comments

Comments
 (0)