Skip to content

Commit 8fe112b

Browse files
committed
debug: ignore Oidc test again
1 parent 5c24a38 commit 8fe112b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/it/java/io/weaviate/integration/OidcSupportITest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
import org.assertj.core.api.Assertions;
1111
import org.junit.Assume;
12+
import org.junit.Ignore;
1213
import org.junit.Test;
1314

1415
import io.weaviate.ConcurrentTest;
@@ -28,6 +29,7 @@
2829
* Additionally, {@code WCS_DUMMY_CI_PW} and {@code OKTA_CLIENT_SECRET}
2930
* environment variables must be set.
3031
*/
32+
@Ignore
3133
public class OidcSupportITest extends ConcurrentTest {
3234
private static final String WCS_DUMMY_CI_USERNAME = "oidc-test-user@weaviate.io";
3335
private static final String WCS_DUMMY_CI_PW = System.getenv("WCS_DUMMY_CI_PW");

0 commit comments

Comments
 (0)