diff --git a/test/selenium/PmaSeleniumImportTest.php b/test/selenium/PmaSeleniumImportTest.php index 9e2d4352f4..7a12acfe68 100644 --- a/test/selenium/PmaSeleniumImportTest.php +++ b/test/selenium/PmaSeleniumImportTest.php @@ -115,6 +115,7 @@ class PMA_SeleniumImportTest extends PMA_SeleniumBase */ private function _doImport($type) { + /* FIXME: Need to implement file upload compatible with remote Selenium */ $this->markTestIncomplete( 'File uploading not yet implemented in Selenium test' ); diff --git a/test/selenium/PmaSeleniumTableOperationsTest.php b/test/selenium/PmaSeleniumTableOperationsTest.php index 258f0ed124..da9dae70e0 100644 --- a/test/selenium/PmaSeleniumTableOperationsTest.php +++ b/test/selenium/PmaSeleniumTableOperationsTest.php @@ -70,6 +70,10 @@ class PMA_SeleniumTableOperationsTest extends PMA_SeleniumBase */ public function testChangeTableOrder() { + /* FIXME: Need to create table which will allow this */ + $this->markTestIncomplete( + 'Changing order is not supported for some tables.' + ); $this->select($this->byName("order_field")) ->selectOptionByLabel("val");