Skip to content

Commit 940163e

Browse files
author
Stanislav Idolov
committed
magento-engcom/magento2ce#2688: Skipped unstable test
1 parent fb16460 commit 940163e

File tree

1 file changed

+2
-0
lines changed
  • dev/tests/integration/testsuite/Magento/Backend/Controller/Adminhtml

1 file changed

+2
-0
lines changed

dev/tests/integration/testsuite/Magento/Backend/Controller/Adminhtml/DashboardTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ public function testAjaxBlockAction()
2121

2222
public function testTunnelAction()
2323
{
24+
$this->markTestSkipped('MAGETWO-98800: TunnelAction fails when Google Chart API is not available');
25+
2426
$testUrl = \Magento\Backend\Block\Dashboard\Graph::API_URL . '?cht=p3&chd=t:60,40&chs=250x100&chl=Hello|World';
2527
$handle = curl_init();
2628
curl_setopt($handle, CURLOPT_URL, $testUrl);

0 commit comments

Comments
 (0)