Skip to content

Commit

Permalink
Temporarily run tests on qa-imeji
Browse files Browse the repository at this point in the history
- To check weather the Bug - Firefox crashing on
Jenkins (NoSuchSessionException) - also appears on qa-imeji
  • Loading branch information
helkv committed Mar 8, 2019
1 parent edc0fb6 commit 85f1471
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/base/SeleniumTestSuite.java
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ public class SeleniumTestSuite {

public static final String DEV_IMEJI = "https://dev-imeji.mpdl.mpg.de/imeji/";

// public static final String TEST_ENV_URL = QA_IMEJI;
public static final String TEST_ENV_URL = DEV_IMEJI;
public static final String TEST_ENV_URL = QA_IMEJI;
// public static final String TEST_ENV_URL = DEV_IMEJI;
// public static final String TEST_ENV_URL = QA_CESAR;

private static final Logger log4j = LogManager.getLogger(SeleniumTestSuite.class.getName());
Expand Down

0 comments on commit 85f1471

Please sign in to comment.