Merge pull request #10239 from eugenp/exclude-test
JAVA-3498 rename test to exclude it from build temporarily
This commit is contained in:
commit
f579e493d3
|
@ -26,7 +26,7 @@ import org.springframework.test.context.junit4.SpringRunner;
|
|||
@AutoConfigureTestDatabase
|
||||
@RunWith(SpringRunner.class)
|
||||
@SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT)
|
||||
public class GreetingControllerUnitTest {
|
||||
public class GreetingControllerManualTest {
|
||||
|
||||
private static final String SIMPLE_GREETING = "/greeting/simple";
|
||||
private static final String ADVANCED_GREETING = "/greeting/advanced";
|
Loading…
Reference in New Issue