Skip to content

Commit e32c3ae

Browse files
committed
Deactivate the username/password test
1 parent 5c7867b commit e32c3ae

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)