You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/test/java/org/zendesk/client/v2/RealSmokeTest.java
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -53,6 +53,7 @@
53
53
importorg.hamcrest.core.IsCollectionContaining;
54
54
importorg.junit.After;
55
55
importorg.junit.BeforeClass;
56
+
importorg.junit.Ignore;
56
57
importorg.junit.Rule;
57
58
importorg.junit.Test;
58
59
importorg.junit.rules.Timeout;
@@ -627,6 +628,9 @@ public void getTicketFields() throws Exception {
627
628
}
628
629
629
630
@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")
0 commit comments