[ci skip] Minor tests adjustments
diff --git a/tests/codeigniter/helpers/email_helper_test.php b/tests/codeigniter/helpers/email_helper_test.php
index fea452f..53a2068 100644
--- a/tests/codeigniter/helpers/email_helper_test.php
+++ b/tests/codeigniter/helpers/email_helper_test.php
@@ -15,4 +15,9 @@
 		$this->assertEquals(TRUE, valid_email('my.test@test.com'));
 	}
 
+	public function test_send_mail()
+	{
+		$this->markTestSkipped("Can't test");
+	}
+
 }
\ No newline at end of file