Skip to content

Commit

Permalink
Mark import tests incomplete, they have no chance to work currently
Browse files Browse the repository at this point in the history
They rely on Selenium running on same host as testsuite.

Signed-off-by: Michal Čihař <michal@cihar.com>
  • Loading branch information
nijel committed Feb 19, 2014
1 parent dcacab9 commit 476f72f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/selenium/PmaSeleniumImportTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,9 @@ public function testTableImport()
*/
private function _doImport($type)
{
$this->markTestIncomplete(
'File uploading not yet implemented in Selenium test'
);
$this->byLinkText("Import")->click();
$ele = $this->waitForElement("byId", "input_import_file");
$ele->value(
Expand Down

0 comments on commit 476f72f

Please sign in to comment.