Skip to content
Snippets Groups Projects
Commit 991148ac authored by felmer's avatar felmer
Browse files

do not ignore test failures

SVN: 35997
parent cdb7beb3
No related branches found
No related tags found
No related merge requests found
......@@ -66,12 +66,13 @@ test {
jvmArgs '-Xmx2048m', '-XX:MaxPermSize=256m', '-Duser.timezone=Europe/Zurich', '-Xdebug', '-Xrunjdwp:transport=dt_socket,address=20010,server=y,suspend=n'
testLogging.showStandardStreams = true
ignoreFailures = true
ignoreFailures = false
systemProperty 'selenium.dss-runtime-classpath', configurations.externalDss.asPath
systemProperty 'jetty.home', '../../../targets/gradle'
systemProperty 'jetty.base', '../../../targets/gradle'
systemProperty 'ui-test.start-page', 'http://localhost:20000/openbis'
systemProperty 'org.mortbay.util.FileResource.checkAliases', 'false'
systemProperty 'org.eclipse.jetty.util.log.class', 'org.eclipse.jetty.util.log.StrErrLog'
workingDir = 'servers/common/openBIS-server'
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment