Skip to content

Commit

Permalink
Merge branch 'master' into yst01
Browse files Browse the repository at this point in the history
  • Loading branch information
webSue authored Oct 17, 2022
2 parents 81b866f + 67030ba commit e904a29
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 e904a29

Please sign in to comment.