Skip to content

Commit

Permalink
Remove flaky test that was of questionable value.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Jul 10, 2014
1 parent 5af65f3 commit a098d96
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/Cake/Test/Case/Utility/ValidationTest.php
Expand Up @@ -1766,7 +1766,6 @@ public function testEmailDeep() {

$this->assertTrue(Validation::email('abc.efg@cakephp.org', true));
$this->assertFalse(Validation::email('abc.efg@caphpkeinvalid.com', true));
$this->assertFalse(Validation::email('abc@example.abcd', true));
}

/**
Expand Down

0 comments on commit a098d96

Please sign in to comment.