Skip to content

Commit 986b60e

Browse files
committed
developing
1 parent d98842c commit 986b60e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1270,6 +1270,7 @@
12701270
<dependencyDetailsEnabled>true</dependencyDetailsEnabled>
12711271
</configuration>
12721272
</plugin>
1273+
<!--
12731274
<plugin>
12741275
<groupId>org.apache.maven.plugins</groupId>
12751276
<artifactId>maven-changes-plugin</artifactId>
@@ -1286,6 +1287,7 @@
12861287
</reportSet>
12871288
</reportSets>
12881289
</plugin>
1290+
-->
12891291
<plugin>
12901292
<groupId>org.apache.maven.plugins</groupId>
12911293
<artifactId>maven-checkstyle-plugin</artifactId>

src/test/java/org/woehlke/simpleworklist/SmokeTests.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import lombok.extern.slf4j.Slf4j;
44
import org.junit.jupiter.api.*;
5-
import org.junit.runner.RunWith;
5+
//import org.junit.runner.RunWith;
66
import org.springframework.beans.factory.annotation.Autowired;
77
import org.springframework.boot.test.autoconfigure.web.servlet.AutoConfigureMockMvc;
88
import org.springframework.boot.test.context.SpringBootTest;
@@ -32,7 +32,7 @@
3232
@TestMethodOrder(MethodOrderer.OrderAnnotation.class)
3333
@TestInstance(TestInstance.Lifecycle.PER_CLASS)
3434
@AutoConfigureMockMvc
35-
@RunWith(SpringRunner.class)
35+
//@RunWith(SpringRunner.class)
3636
@SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT)
3737
@Import(SimpleworklistApplication.class)
3838
public class SmokeTests {

0 commit comments

Comments
 (0)