Skip to content

Commit 19d46bd

Browse files
committed
test: disable snapshot test
1 parent 69aa885 commit 19d46bd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

helm-java/src/test/java/com/marcnuri/helm/NativeLibraryTest.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
package com.marcnuri.helm;
1818

1919
import com.marcnuri.helm.jni.NativeLibrary;
20+
import org.junit.jupiter.api.Disabled;
2021
import org.junit.jupiter.api.Test;
2122

2223
import java.net.URLClassLoader;
@@ -41,6 +42,8 @@ void getInstanceFromClassPath() {
4142
}
4243

4344
@Test
45+
@Disabled("Disabled until SNAPSHOTS are published again")
46+
// TODO: Re-enable once snapshots are published again
4447
void getSnapshotInstanceFromRemoteJar() {
4548
final ClassLoader currentClassLoader = Thread.currentThread().getContextClassLoader();
4649
// Use a PUBLISHED snapshot version

0 commit comments

Comments
 (0)