We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb16460 commit 940163eCopy full SHA for 940163e
dev/tests/integration/testsuite/Magento/Backend/Controller/Adminhtml/DashboardTest.php
@@ -21,6 +21,8 @@ public function testAjaxBlockAction()
21
22
public function testTunnelAction()
23
{
24
+ $this->markTestSkipped('MAGETWO-98800: TunnelAction fails when Google Chart API is not available');
25
+
26
$testUrl = \Magento\Backend\Block\Dashboard\Graph::API_URL . '?cht=p3&chd=t:60,40&chs=250x100&chl=Hello|World';
27
$handle = curl_init();
28
curl_setopt($handle, CURLOPT_URL, $testUrl);
0 commit comments