Skip to content

Commit 6a83163

Browse files
committed
remove useless test
1 parent a7531a4 commit 6a83163

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

zeppelin-server/src/test/java/org/apache/zeppelin/service/NotebookServiceTest.java

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -414,14 +414,4 @@ public void testNormalizeNotePath() throws IOException {
414414
assertEquals("Note name can not contain '..'", e.getMessage());
415415
}
416416
}
417-
418-
@Test
419-
public void testRunNote() throws IOException {
420-
// given
421-
Note note1 = notebookService.createNote("note1", "python", context, callback);
422-
Paragraph p = notebookService.insertParagraph(note1.getId(), 1, new HashMap<>(), context, callback);
423-
424-
p.setText("%");
425-
426-
}
427417
}

0 commit comments

Comments
 (0)