Skip to content

Commit

Permalink
disable initialization of the test harness
Browse files Browse the repository at this point in the history
  • Loading branch information
Jj! committed Apr 25, 2018
1 parent 3896bf7 commit 726d74e
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ import spock.lang.Specification
/**
* @author Bill Smith (wsmith@unicon.net)
*/
@SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT)
@ActiveProfiles("no-auth")
// TODO: implement
// @SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT)
// @ActiveProfiles("no-auth")
class EntitiesControllerIntegrationTests extends Specification {

@Autowired
Expand Down

0 comments on commit 726d74e

Please sign in to comment.