GitHub user OrDTesters opened a pull request: https://github.com/apache/zeppelin/pull/3249
[ZEPPELIN-3898] Adding repo in testDelRepo so test can run by itself ### What is this PR for? Test DependencyResolverTest.testDelRepo fails when run on its own. The test needs a repo to already be added so it can delete it. If the test is run on its own, the repo is not added to start and so the test fails. The proposed PR fixes this issue by having the test add the repo at the beginning. ### What type of PR is it? Bug Fix ### What is the Jira issue? https://issues.apache.org/jira/browse/ZEPPELIN-3898 You can merge this pull request into a Git repository by running: $ git pull https://github.com/OrDTesters/zeppelin fix-DependencyResolverTest-testDelRepo Alternatively you can review and apply these changes as the patch at: https://github.com/apache/zeppelin/pull/3249.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 #3249 ---- commit 8900f23296ec9dc61f7ec37a79a3af9bd8fb0d9b Author: OrDTesters <ordtesters@...> Date: 2018-12-04T06:46:01Z [ZEPPELIN-3898] Adding repo in testDelRepo so test can run by itself ---- ---