We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6d8c61 commit bd71b8aCopy full SHA for bd71b8a
marklogic-client-api/src/test/java/com/marklogic/client/test/FailedRequestTest.java
@@ -99,8 +99,8 @@ public void testFailedRequest()
99
100
}
101
102
-
103
- @Test
+ // Test testErrorOnNonREST commented out because of Git issue #865
+ @Ignore
104
public void testErrorOnNonREST() throws ForbiddenUserException {
105
DatabaseClient badClient = DatabaseClientFactory.newClient(Common.HOST,
106
8001, new DigestAuthContext(Common.USER, Common.PASS));
0 commit comments