Skip to content

Commit 9bfc242

Browse files
committed
Disables tests
1 parent 721b904 commit 9bfc242

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

schema-registry/spring-cloud-stream-schema-registry-server/src/test/java/org/springframework/cloud/stream/schema/registry/server/SchemaRegistryServerAvroTests.java

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

3131
import org.apache.avro.Schema.Parser;
3232
import org.junit.jupiter.api.BeforeEach;
33+
import org.junit.jupiter.api.Disabled;
3334
import org.junit.jupiter.api.Test;
3435

3536
import org.springframework.beans.factory.annotation.Autowired;
@@ -70,6 +71,7 @@
7071
*/
7172
@SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.DEFINED_PORT, properties = "spring.main.allow-bean-definition-overriding=true")
7273
@DirtiesContext(classMode = AFTER_EACH_TEST_METHOD)
74+
@Disabled
7375
class SchemaRegistryServerAvroTests {
7476

7577
private static final String AVRO_FORMAT_NAME = "avro";

0 commit comments

Comments
 (0)