Skip to content
Snippets Groups Projects
Commit 59b831b9 authored by Matei Zaharia's avatar Matei Zaharia
Browse files

Fixed test failures due to broadcast not stopping correctly

parent 7310a6f4
No related branches found
No related tags found
No related merge requests found
......@@ -76,6 +76,7 @@ private object HttpBroadcast extends Logging {
def stop() {
if (server != null) {
server.stop()
server = null
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment