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 18
18
import oracle .kubernetes .operator .utils .ExecResult ;
19
19
import oracle .kubernetes .operator .utils .Operator ;
20
20
import oracle .kubernetes .operator .utils .TestUtils ;
21
+ import org .junit .AfterClass ;
21
22
import org .junit .Assert ;
22
23
import org .junit .Assume ;
23
24
import org .junit .BeforeClass ;
@@ -76,8 +77,8 @@ public static void staticPrepare() throws Exception {
76
77
Assert .assertNotNull (domain );
77
78
domainUid = domain .getDomainUid ();
78
79
domainNS = domain .getDomainNS ();
79
- BaseTest .setWaitTimePod (2 );
80
- BaseTest .setMaxIterationsPod (100 );
80
+ // BaseTest.setWaitTimePod(2);
81
+ // BaseTest.setMaxIterationsPod(100);
81
82
}
82
83
}
83
84
@@ -86,7 +87,7 @@ public static void staticPrepare() throws Exception {
86
87
*
87
88
* @throws Exception
88
89
*/
89
- // @AfterClass
90
+ @ AfterClass
90
91
public static void staticUnPrepare () throws Exception {
91
92
if (!QUICKTEST ) {
92
93
logger .info ("+++++++++++++++++++++++++++++++++---------------------------------+" );
You can’t perform that action at this time.
0 commit comments