File tree 2 files changed +3
-1
lines changed
src/it/powermock/src/test/java/test
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 1
1
properties([buildDiscarder(logRotator(numToKeepStr : ' 20' ))])
2
- node(' maven' ) {
2
+ node(' maven-11 ' ) {
3
3
checkout scm
4
4
timeout(time : 1 , unit : ' HOURS' ) {
5
5
// TODO Azure mirror
Original file line number Diff line number Diff line change 7
7
import org .junit .runner .RunWith ;
8
8
import org .mockito .Mock ;
9
9
import org .powermock .api .mockito .PowerMockito ;
10
+ import org .powermock .core .classloader .annotations .PowerMockIgnore ;
10
11
import org .powermock .core .classloader .annotations .PrepareForTest ;
11
12
import org .powermock .modules .junit4 .PowerMockRunner ;
12
13
13
14
@ RunWith (PowerMockRunner .class )
14
15
@ PrepareForTest (Jenkins .class )
16
+ @ PowerMockIgnore ({"com.sun.org.apache.xerces.*" , "javax.xml.*" , "org.xml.*" })
15
17
public class XTest {
16
18
17
19
@ Mock
You can’t perform that action at this time.
0 commit comments