GitHub user jongyoul opened a pull request:
https://github.com/apache/zeppelin/pull/3076
[ZEPPELIN-3627] Remove starting server option for some functional tests
### What is this PR for?
Removing `AbstractTestRestApi` dependency to reduce testing time
### What type of PR is it?
[Bug Fix | Improvement | Feature | Documentation | Hot Fix | Refactoring]
### Todos
* [x] - Remove `AbstractTestRestApi`
* [x] - Remove flaky test, additionally.
### What is the Jira issue?
* https://issues.apache.org/jira/browse/ZEPPELIN-3627
### Questions:
* Does the licenses files need update? No
* Is there breaking changes for older versions? No
* Does this needs documentation? No
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jongyoul/zeppelin ZEPPELIN-3627
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/zeppelin/pull/3076.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #3076
----
commit 4644faa8283fcccf9319fac02c87fd812f3a7666
Author: Jongyoul Lee <jongyoul@...>
Date: 2018-07-16T07:07:17Z
Remove `AbstractRestApiTest` from `CredentialRestApiTest`
commit f36a60ce7267323bd399b2fad7e4667f8a7548fb
Author: Jongyoul Lee <jongyoul@...>
Date: 2018-07-17T00:35:40Z
Disable flaky tests
----
---