File tree Expand file tree Collapse file tree
src/it/java/io/weaviate/integration Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99
1010import org .assertj .core .api .Assertions ;
1111import org .junit .Assume ;
12+ import org .junit .Ignore ;
1213import org .junit .Test ;
1314
1415import io .weaviate .ConcurrentTest ;
2829 * Additionally, {@code WCS_DUMMY_CI_PW} and {@code OKTA_CLIENT_SECRET}
2930 * environment variables must be set.
3031 */
31- public class OIDCSupportITest extends ConcurrentTest {
32+ @ Ignore
33+ 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" );
3436
Original file line number Diff line number Diff line change 1010import org .assertj .core .api .InstanceOfAssertFactories ;
1111import org .assertj .core .api .recursive .comparison .RecursiveComparisonConfiguration ;
1212import org .junit .BeforeClass ;
13+ import org .junit .Ignore ;
1314import org .junit .Test ;
1415
1516import io .weaviate .ConcurrentTest ;
2425import io .weaviate .client6 .v1 .api .collections .query .Filter ;
2526import io .weaviate .containers .Container ;
2627
28+ @ Ignore
2729public class ORMITest extends ConcurrentTest {
2830 private static final WeaviateClient client = Container .WEAVIATE .getClient ();
2931
You can’t perform that action at this time.
0 commit comments