Skip to content

Commit

Permalink
Try to limit browser set to see if it helps running testsuite
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Čihař <michal@cihar.com>
  • Loading branch information
nijel committed Mar 21, 2014
1 parent e2bc0f6 commit bc50583
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/selenium/TestBase.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ public static function browsers()
return $result;
}

/*
$result[] = array(
'browserName' => 'Safari',
'host' => 'hub.browserstack.com',
Expand All @@ -96,6 +97,7 @@ public static function browsers()
)
)
);
*/
$result[] = array(
'browserName' => 'firefox',
'host' => 'hub.browserstack.com',
Expand Down

0 comments on commit bc50583

Please sign in to comment.