Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/yst01' into yst01
Browse files Browse the repository at this point in the history
  • Loading branch information
webSue committed Oct 19, 2022
2 parents 26aa925 + e904a29 commit 3029aad
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
@RunWith(SpringJUnit4ClassRunner.class)
@Rollback
@Transactional
@SpringBootTest(classes = BizTestConfiguration.class, webEnvironment = WebEnvironment.RANDOM_PORT)
@SpringBootTest(classes = BizTestConfiguration.class, webEnvironment = WebEnvironment.RANDOM_PORT
, properties = {"spring.cloud.discovery.enabled=false"})
public abstract class AbstractIntegrationTest {

}

0 comments on commit 3029aad

Please sign in to comment.