From 1d97b23ae4323537ae8a3fc1a5aca98739410e3b Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 29 Jun 2008 11:39:38 +0000 Subject: - Patch #256886 by catch et al: comment out a test that fails due to a bug in cURL. --- modules/system/system.test | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'modules/system/system.test') diff --git a/modules/system/system.test b/modules/system/system.test index abd01f8c5..27f60fb9e 100644 --- a/modules/system/system.test +++ b/modules/system/system.test @@ -187,10 +187,11 @@ class IPAddressBlockingTestCase extends DrupalWebTestCase { $this->assertText(t('Please enter a valid IP address.')); // Submit your own IP address. This fails, although it works when testing manually. - $edit = array(); - $edit['ip'] = ip_address(); - $this->drupalPost('admin/settings/ip-blocking', $edit, t('Save')); - $this->assertText(t('You may not block your own IP address.')); + // TODO: on some systems this test fails due to a bug or inconsistency in cURL. + // $edit = array(); + // $edit['ip'] = ip_address(); + // $this->drupalPost('admin/settings/ip-blocking', $edit, t('Save')); + // $this->assertText(t('You may not block your own IP address.')); } } -- cgit v1.2.3