diff --git a/src/test/java/org/zendesk/client/v2/RealSmokeTest.java b/src/test/java/org/zendesk/client/v2/RealSmokeTest.java index 7ec8c0d5..41379baf 100644 --- a/src/test/java/org/zendesk/client/v2/RealSmokeTest.java +++ b/src/test/java/org/zendesk/client/v2/RealSmokeTest.java @@ -53,6 +53,7 @@ import org.hamcrest.core.IsCollectionContaining; import org.junit.After; import org.junit.BeforeClass; +import org.junit.Ignore; import org.junit.Rule; import org.junit.Test; import org.junit.rules.Timeout; @@ -627,6 +628,9 @@ public void getTicketFields() throws Exception { } @Test + @Ignore( + value = + "keeping the test in case we need to check something quick, but we do not want to run since our instance does not allow such login for security reasons") public void createClientWithPassword() throws Exception { assumeHavePassword(); instance =