Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2019-04-03 15:58:42 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2019-04-04 09:42:28 +0300
commit0ed6817d56050af454e842f47acb8c6a00e5e3ad (patch)
treea8abf99dc8d65da3db36a5f4af41e091622dfb6e /tests
parent7d17cf8f28f0419b81d8d80e9b849c95029a6cb2 (diff)
Disable fragile outlook.com integration test
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'tests')
-rw-r--r--tests/Service/Autoconfig/IspDbTest.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/Service/Autoconfig/IspDbTest.php b/tests/Service/Autoconfig/IspDbTest.php
index cca8f9c56..0ad3b7ca9 100644
--- a/tests/Service/Autoconfig/IspDbTest.php
+++ b/tests/Service/Autoconfig/IspDbTest.php
@@ -51,6 +51,9 @@ class IspDbtest extends TestCase {
* @param string $domain
*/
public function testQueryRealServers($domain) {
+ $this->markTestSkipped('does not work reliably');
+ return;
+
$ispDb = new IspDb($this->logger);
$result = $ispDb->query($domain);
$this->assertContainsIspData($result);