File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
integration-tests/src/test/java/oracle/weblogic/kubernetes Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 2424import org .awaitility .core .ConditionFactory ;
2525import org .junit .jupiter .api .BeforeAll ;
2626import org .junit .jupiter .api .DisplayName ;
27+ import org .junit .jupiter .api .MethodOrderer ;
2728import org .junit .jupiter .api .Order ;
2829import org .junit .jupiter .api .Test ;
30+ import org .junit .jupiter .api .TestMethodOrder ;
2931
3032import static java .util .concurrent .TimeUnit .MINUTES ;
3133import static java .util .concurrent .TimeUnit .SECONDS ;
7173import static org .junit .jupiter .api .Assertions .assertTrue ;
7274
7375@ DisplayName ("Test to create model in image domain using common mount" )
76+ @ TestMethodOrder (MethodOrderer .OrderAnnotation .class )
7477@ IntegrationTest
7578public class ItMiiCommonMount {
7679
@@ -238,7 +241,7 @@ public void testCreateDomainUsingMultipleCommonMounts() {
238241 @ Test
239242 @ Order (2 )
240243 @ DisplayName ("Test to update data source url in the domain using common mount" )
241- public void testUpdateDataSourceInDomainUsingCommonMount1 () {
244+ public void testUpdateDataSourceInDomainUsingCommonMount () {
242245
243246 Path multipleCMPath1 = Paths .get (RESULTS_ROOT , "multiplecmimage1" );
244247 Path modelsPath1 = Paths .get (multipleCMPath1 .toString (), "models" );
You can’t perform that action at this time.
0 commit comments