mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Run only one test method and see Travis reaction
This commit is contained in:
parent
ee6e43b8e1
commit
9218d65922
1 changed files with 5 additions and 3 deletions
|
|
@ -85,7 +85,9 @@ public class SparkRInterpreterTest {
|
|||
assertEquals(MOCK_R_INTERPRETER_RESULT, ret.message());
|
||||
assertEquals(InterpreterResult.Type.HTML, ret.type());
|
||||
}
|
||||
|
||||
// Commenting to leave a single test and see Travis reaction.
|
||||
// (mvn test -Dtest=SparkRInterpreterTest works fine on local dev env.
|
||||
/*
|
||||
@Test
|
||||
public void testNullContext() throws Exception {
|
||||
try {
|
||||
|
|
@ -98,9 +100,9 @@ public class SparkRInterpreterTest {
|
|||
|
||||
@Test
|
||||
public void testNullCommand() throws Exception {
|
||||
// assertNotNull(sparkInterpreter.getInterpreterGroup());
|
||||
assertNotNull(sparkInterpreter.getInterpreterGroup());
|
||||
}
|
||||
|
||||
*/
|
||||
@Test
|
||||
public void testInterpreterGroup() throws Exception {
|
||||
InterpreterResult ret = sparkRInterpreter.interpret(null, context);
|
||||
|
|
|
|||
Loading…
Reference in a new issue