Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/test/java/org/zendesk/client/v2/RealSmokeTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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 =
Expand Down
Loading