Skip to content

Commit 17f984d

Browse files
committed
Update TestServiceTests.java
1 parent 0f652c6 commit 17f984d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/AndroidClient/client/src/test/java/net/servicestack/client/TestServiceTests.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ public void exec(HttpURLConnection res, Exception ex) {
165165
}
166166

167167
@Ignore //test fails in CI
168-
public void test_Does_handle_401_Error_with_empty_ResponseBody() {
168+
public void IGNORE_test_Does_handle_401_Error_with_empty_ResponseBody() {
169169
JsonServiceClient testClient = new JsonServiceClient("http://test.servicestack.net");
170170

171171
final Exception[] globalError = new Exception[1]; //Wow Java, you suck.
@@ -248,7 +248,7 @@ public void test_Can_POST_valid_ThrowValidation_request() {
248248
}
249249

250250
@Ignore //test fails in CI
251-
public void test_does_handle_auth_failure() {
251+
public void IGNORE_test_does_handle_auth_failure() {
252252
JsonServiceClient techStacksClient = new JsonServiceClient("https://techstacks.io");
253253
int errorCode = 0;
254254
try {

0 commit comments

Comments
 (0)