Github user yu74n commented on the issue:
https://github.com/apache/zeppelin/pull/2585
CI failed at testRunOnSelectionChange()
```bash
java.lang.AssertionError: Even if 'RunOnSelectionChange' is set as false,
still can run the paragraph by pressing ENTER
Expected: "My selection is 1"
but: was "My selection is 2"
```
This test is related to 'Run on selection change' checkbox in paragraph
menu.
I think the reason why that test is failed would be timing error, cause of
the test code ran the paragraph before the checkbox was unchecked. Then I think
the test is not related to my PR.
I rerun the CI job manually, all tests are passed.
https://travis-ci.org/yu74n/zeppelin/builds/299517426
---