Skip to content

Commit 2f23922

Browse files
committed
MAGETWO-98584: Google chart API used by Magento dashboard scheduled to be turned off
1 parent a99220d commit 2f23922

File tree

1 file changed

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

1 file changed

+0
-2
lines changed

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

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

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

0 commit comments

Comments
 (0)