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 a99220d commit 2f23922Copy full SHA for 2f23922
dev/tests/integration/testsuite/Magento/Backend/Controller/Adminhtml/DashboardTest.php
@@ -21,8 +21,6 @@ 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