Disabled another Safari specific test case


git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@155 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/user/test/com/google/gwt/http/client/ResponseTest.java b/user/test/com/google/gwt/http/client/ResponseTest.java
index e8783a3..d5f4641 100644
--- a/user/test/com/google/gwt/http/client/ResponseTest.java
+++ b/user/test/com/google/gwt/http/client/ResponseTest.java
@@ -121,7 +121,7 @@
    * Test method for
    * {@link com.google.gwt.http.client.Response#getStatusText()}.
    */
-  public void testGetStatusText_Safari() {
+  public void disabledTestGetStatusText_Safari() {
     if (!isSafari()) {
       // Only test this on Safari
       return;