We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69aa885 commit 19d46bdCopy full SHA for 19d46bd
helm-java/src/test/java/com/marcnuri/helm/NativeLibraryTest.java
@@ -17,6 +17,7 @@
17
package com.marcnuri.helm;
18
19
import com.marcnuri.helm.jni.NativeLibrary;
20
+import org.junit.jupiter.api.Disabled;
21
import org.junit.jupiter.api.Test;
22
23
import java.net.URLClassLoader;
@@ -41,6 +42,8 @@ void getInstanceFromClassPath() {
41
42
}
43
44
@Test
45
+ @Disabled("Disabled until SNAPSHOTS are published again")
46
+ // TODO: Re-enable once snapshots are published again
47
void getSnapshotInstanceFromRemoteJar() {
48
final ClassLoader currentClassLoader = Thread.currentThread().getContextClassLoader();
49
// Use a PUBLISHED snapshot version
0 commit comments