File tree Expand file tree Collapse file tree 2 files changed +15
-5
lines changed
src/test/java/com/ericsson/ei/flowtests Expand file tree Collapse file tree 2 files changed +15
-5
lines changed Original file line number Diff line number Diff line change 10
10
<artifactId >spring-boot-starter-parent</artifactId >
11
11
<version >1.5.2.RELEASE</version >
12
12
</parent >
13
-
13
+
14
14
<properties >
15
15
<java .version>1.8</java .version>
16
16
<plugin-version >0.8.6</plugin-version >
46
46
<groupId >org.springframework.boot</groupId >
47
47
<artifactId >spring-boot-starter-web</artifactId >
48
48
</dependency >
49
-
49
+
50
50
<dependency >
51
51
<groupId >org.springframework.boot</groupId >
52
52
<artifactId >spring-boot-starter-security</artifactId >
167
167
<groupId >org.springframework.boot</groupId >
168
168
<artifactId >spring-boot-maven-plugin</artifactId >
169
169
</plugin >
170
-
171
- <!-- PhoenixNAP RAML Code Generator plugin used to generate sources
170
+
171
+ <!-- PhoenixNAP RAML Code Generator plugin used to generate sources
172
172
from raml -->
173
173
<plugin >
174
174
<groupId >com.phoenixnap.oss</groupId >
230
230
</execution >
231
231
</executions >
232
232
</plugin >
233
+ <plugin >
234
+ <groupId >org.apache.maven.plugins</groupId >
235
+ <artifactId >maven-surefire-plugin</artifactId >
236
+ <version >2.20</version >
237
+ <configuration >
238
+ <excludes >
239
+ <exclude >**/FlowTest.java</exclude >
240
+ </excludes >
241
+ </configuration >
242
+ </plugin >
233
243
</plugins >
234
244
</build >
235
245
</project >
Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ public static void tearDown() throws Exception {
146
146
}
147
147
148
148
@ Test
149
- public void test () {
149
+ public void flowTest () {
150
150
try {
151
151
String queueName = rmqHandler .getQueueName ();
152
152
Channel channel = conn .createChannel ();
You can’t perform that action at this time.
0 commit comments