diff --git a/test/selenium/PmaSeleniumXssTest.php b/test/selenium/PmaSeleniumXssTest.php index 219faf7413..1af38cf32d 100644 --- a/test/selenium/PmaSeleniumXssTest.php +++ b/test/selenium/PmaSeleniumXssTest.php @@ -26,6 +26,9 @@ class PMA_SeleniumXSSTest extends PMA_SeleniumBase */ public function testQueryTabWithNullValue() { + if (strtolower($this->getBrowser()) == 'safari') { + $this->markTestSkipped('Alerts not supported on Safari browser.'); + } $this->login(); $this->waitForElement('byLinkText', "SQL")->click(); $this->waitForElement("byId", "queryboxf");