Skip to content

Commit bd71b8a

Browse files
Commented out a test because of the zero diff initiative - #865
(cherry picked from commit 5c42f38)
1 parent d6d8c61 commit bd71b8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

marklogic-client-api/src/test/java/com/marklogic/client/test/FailedRequestTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ public void testFailedRequest()
9999

100100
}
101101

102-
103-
@Test
102+
// Test testErrorOnNonREST commented out because of Git issue #865
103+
@Ignore
104104
public void testErrorOnNonREST() throws ForbiddenUserException {
105105
DatabaseClient badClient = DatabaseClientFactory.newClient(Common.HOST,
106106
8001, new DigestAuthContext(Common.USER, Common.PASS));

0 commit comments

Comments
 (0)