Skip to content

Commit

Permalink
* Ignoring rest test that stops jobs; can cause race conditions that …
Browse files Browse the repository at this point in the history
…defeat the WebDriver lifecycle.
  • Loading branch information
yurodivuie committed Mar 9, 2012
1 parent d48be61 commit b608dae
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -9,6 +9,7 @@
import org.json.simple.JSONArray;
import org.json.simple.JSONObject;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.openqa.selenium.By;
Expand Down Expand Up @@ -49,6 +50,7 @@ public void loadPage() {
* @throws Exception
*/
@Test
@Ignore("Calling this manually causes trouble for WebDriver lifecycle.")
public void stopJobTest() throws Exception {

getLogger().info("Starting test [{}]", name.getMethodName());
Expand Down

0 comments on commit b608dae

Please sign in to comment.