Skip to content

Commit 599281f

Browse files
author
Beria
committed
fix unit tests that run after
1 parent dd24816 commit 599281f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

zeppelin-interpreter/src/main/java/org/apache/zeppelin/interpreter/remote/CheckAppendOutputRunner.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ public static void stopSchedulerAndRunnerForUnitTests() {
8686
if (thread != null && thread.isAlive()) {
8787
thread.interrupt();
8888
}
89+
SCHEDULED_SERVICE = null;
8990
}
9091
}
9192
}

0 commit comments

Comments
 (0)