Skip to content

Commit

Permalink
trying to fix Schrodinger tests
Browse files Browse the repository at this point in the history
  • Loading branch information
skublik committed Mar 30, 2020
1 parent 273f584 commit a221ea2
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -46,7 +46,7 @@
@DirtiesContext(classMode = DirtiesContext.ClassMode.AFTER_CLASS)
@ActiveProfiles("default")
@SpringBootTest(classes = MidPointSpringApplication.class, webEnvironment = SpringBootTest.WebEnvironment.DEFINED_PORT)
@TestPropertySource(properties = { "server.port=8180", "midpoint.schrodinger=true", "webdriverLocation=234234234" })
@TestPropertySource(properties = { "server.port=8180", "midpoint.schrodinger=true" })//, "webdriverLocation=234234234" })
@Listeners({ BrowserPerClass.class })
public abstract class AbstractSchrodingerTest extends AbstractIntegrationTest {

Expand Down

0 comments on commit a221ea2

Please sign in to comment.