Skip to content

Commit

Permalink
mark clickviews skipped
Browse files Browse the repository at this point in the history
  • Loading branch information
TonisOrmisson committed Jan 2, 2018
1 parent 7ec7f5f commit 8fe2efa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/controllers/AdminViewsTest.php
Expand Up @@ -175,6 +175,8 @@ public function testParticipantsViews($name,$view){
* @dataProvider addAdminClickViews
*/
public function testAdminClickViews($name,$view){
$this->markTestSkipped();
return;

$user = self::$user;
if(isset($view['username'])){
Expand Down

0 comments on commit 8fe2efa

Please sign in to comment.