Skip to content

Commit ebd7826

Browse files
authored
Merge pull request #793 from PierreBtz/pbeitz/no-password
Deactivate the username/password test
2 parents 5c7867b + e32c3ae commit ebd7826

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/test/java/org/zendesk/client/v2/RealSmokeTest.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
import org.hamcrest.core.IsCollectionContaining;
5454
import org.junit.After;
5555
import org.junit.BeforeClass;
56+
import org.junit.Ignore;
5657
import org.junit.Rule;
5758
import org.junit.Test;
5859
import org.junit.rules.Timeout;
@@ -627,6 +628,9 @@ public void getTicketFields() throws Exception {
627628
}
628629

629630
@Test
631+
@Ignore(
632+
value =
633+
"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")
630634
public void createClientWithPassword() throws Exception {
631635
assumeHavePassword();
632636
instance =

0 commit comments

Comments
 (0)