Skip to content

Commit

Permalink
Disable failing modjy tests (see #2794) pending fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff5 committed Aug 12, 2019
1 parent 27bd865 commit e929dae
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion tests/modjy/java/com/xhaus/modjy/ModjyTestAppInvocation.java
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,10 @@ public void testBadAppImport() throws Exception {
assertEquals("Status code != 500: ServerError, =='" + getStatus() + "'", 500, getStatus());
}

/*
* 5 tests are disabled until we can supply invocation_tests.py, missing from the code base.
* See https://bugs.jython.org/issue2794 .
*
protected void callableQueryAppInvocationTestSetUp() throws Exception {
baseSetUp();
setRealPath("/test_apps_dir", "test_apps_dir");
Expand Down Expand Up @@ -254,5 +258,6 @@ public void testCallableQueryStringParamNonExistentValue() throws Exception {
String result = getOutput();
assertEquals("Status code != 500: ServerError, =='" + getStatus() + "'", 500, getStatus());
}

*
*/
}

0 comments on commit e929dae

Please sign in to comment.