File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
src/test/java/org/jenkinsci/plugins/workflow/steps/scm Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 57
57
import org .junit .Test ;
58
58
import static org .junit .Assert .*;
59
59
import org .junit .ClassRule ;
60
+ import org .junit .FixMethodOrder ;
60
61
import org .junit .Rule ;
62
+ import org .junit .runners .MethodSorters ;
61
63
import org .jvnet .hudson .test .BuildWatcher ;
62
64
import org .jvnet .hudson .test .Issue ;
63
65
import org .jvnet .hudson .test .RestartableJenkinsRule ;
64
66
import org .jvnet .hudson .test .TestExtension ;
65
67
import org .kohsuke .stapler .DataBoundConstructor ;
66
68
import org .xml .sax .SAXException ;
67
69
70
+ @ FixMethodOrder (MethodSorters .NAME_ASCENDING ) // TODO: checkoutsRestored and gitChangelogSmokes fail if they run after the other tests.
68
71
public class SCMStepTest {
69
72
70
73
@ ClassRule public static BuildWatcher buildWatcher = new BuildWatcher ();
You can’t perform that action at this time.
0 commit comments