prabhjyotsingh commented on a change in pull request #3381: [ZEPPELIN-4192]
Travis CI fails for dependency download
URL: https://github.com/apache/zeppelin/pull/3381#discussion_r293230843
##########
File path:
zeppelin-interpreter/src/test/java/org/apache/zeppelin/dep/DependencyResolverTest.java
##########
@@ -87,10 +87,11 @@ public void testLoad() throws Exception {
FileUtils.cleanDirectory(testCopyPath);
// load from added repository
- resolver.addRepo("sonatype",
- "https://oss.sonatype.org/content/repositories/agimatec-releases/",
false);
- resolver.load("com.agimatec:agimatec-validation:0.12.0", testCopyPath);
- assertEquals(testCopyPath.list().length, 8);
+ // temporarily disable until the below repo is back up
Review comment:
Sure I understand, let me update this.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services