mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
fixed test case throws exception
This commit is contained in:
parent
72ff950b07
commit
0378d76229
1 changed files with 1 additions and 1 deletions
|
|
@ -121,7 +121,7 @@ public class AuthenticationIT extends AbstractZeppelinIT {
|
|||
ZeppelinITUtils.sleep(1000, false);
|
||||
}
|
||||
|
||||
private void testShowNotebookListOnNavbar() {
|
||||
private void testShowNotebookListOnNavbar() throws Exception {
|
||||
if (!endToEndTestEnabled()) {
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue