File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
integration-tests/src/test/java/oracle/kubernetes/operator Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 1818import oracle .kubernetes .operator .utils .ExecResult ;
1919import oracle .kubernetes .operator .utils .Operator ;
2020import oracle .kubernetes .operator .utils .TestUtils ;
21+ import org .junit .AfterClass ;
2122import org .junit .Assert ;
2223import org .junit .Assume ;
2324import org .junit .BeforeClass ;
@@ -76,8 +77,8 @@ public static void staticPrepare() throws Exception {
7677 Assert .assertNotNull (domain );
7778 domainUid = domain .getDomainUid ();
7879 domainNS = domain .getDomainNS ();
79- BaseTest .setWaitTimePod (2 );
80- BaseTest .setMaxIterationsPod (100 );
80+ // BaseTest.setWaitTimePod(2);
81+ // BaseTest.setMaxIterationsPod(100);
8182 }
8283 }
8384
@@ -86,7 +87,7 @@ public static void staticPrepare() throws Exception {
8687 *
8788 * @throws Exception
8889 */
89- // @AfterClass
90+ @ AfterClass
9091 public static void staticUnPrepare () throws Exception {
9192 if (!QUICKTEST ) {
9293 logger .info ("+++++++++++++++++++++++++++++++++---------------------------------+" );
You can’t perform that action at this time.
0 commit comments