Merge pull request #10239 from eugenp/exclude-test

JAVA-3498 rename test to exclude it from build temporarily
This commit is contained in:
Loredana Crusoveanu 2020-11-07 12:00:44 +02:00 committed by GitHub
commit f579e493d3
1 changed files with 1 additions and 1 deletions

View File

@ -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";