Skip to content

Commit

Permalink
Remove(APITests): Smoke tag
Browse files Browse the repository at this point in the history
  • Loading branch information
rkubis committed Jan 14, 2025
1 parent 83ea0a4 commit 13756c0
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions src/test/java/io/apicurio/registry/systemtests/api/APITests.java
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,6 @@ public void testRegistrySqlNoIAMCreateReadUpdateDeleteProtobuf() throws Interrup

@Test
@Tag("interop")
@Tag("smoke")
@Tag("sql")
public void testRegistrySqlKeycloakCreateReadUpdateDeleteProtobuf() throws InterruptedException {
runCreateReadUpdateDeleteTestProtobuf(PersistenceKind.SQL, null, true);
Expand Down Expand Up @@ -321,7 +320,6 @@ public void testRegistryKafkasqlTLSNoIAMCreateReadUpdateDeleteProtobuf() throws

@Test
@Tag("interop")
@Tag("smoke")
@Tag("kafkasql")
public void testRegistryKafkasqlTLSKeycloakCreateReadUpdateDeleteProtobuf() throws InterruptedException {
runCreateReadUpdateDeleteTestProtobuf(PersistenceKind.KAFKA_SQL, KafkaKind.TLS, true);
Expand Down Expand Up @@ -351,7 +349,6 @@ public void testRegistrySqlNoIAMCreateReadUpdateDeleteJson() throws InterruptedE

@Test
@Tag("interop")
@Tag("smoke")
@Tag("sql")
public void testRegistrySqlKeycloakCreateReadUpdateDeleteJson() throws InterruptedException {
runCreateReadUpdateDeleteTestJson(PersistenceKind.SQL, null, true);
Expand Down Expand Up @@ -379,7 +376,6 @@ public void testRegistryKafkasqlTLSNoIAMCreateReadUpdateDeleteJson() throws Inte

@Test
@Tag("interop")
@Tag("smoke")
@Tag("kafkasql")
public void testRegistryKafkasqlTLSKeycloakCreateReadUpdateDeleteJson() throws InterruptedException {
runCreateReadUpdateDeleteTestJson(PersistenceKind.KAFKA_SQL, KafkaKind.TLS, true);
Expand Down Expand Up @@ -409,7 +405,6 @@ public void testRegistrySqlNoIAMCreateReadUpdateDeleteOpenapi() throws Interrupt

@Test
@Tag("interop")
@Tag("smoke")
@Tag("sql")
public void testRegistrySqlKeycloakCreateReadUpdateDeleteOpenapi() throws InterruptedException {
runCreateReadUpdateDeleteTestOpenapi(PersistenceKind.SQL, null, true);
Expand Down Expand Up @@ -437,7 +432,6 @@ public void testRegistryKafkasqlTLSNoIAMCreateReadUpdateDeleteOpenapi() throws I

@Test
@Tag("interop")
@Tag("smoke")
@Tag("kafkasql")
public void testRegistryKafkasqlTLSKeycloakCreateReadUpdateDeleteOpenapi() throws InterruptedException {
runCreateReadUpdateDeleteTestOpenapi(PersistenceKind.KAFKA_SQL, KafkaKind.TLS, true);
Expand Down Expand Up @@ -467,7 +461,6 @@ public void testRegistrySqlNoIAMCreateReadUpdateDeleteAsyncapi() throws Interrup

@Test
@Tag("interop")
@Tag("smoke")
@Tag("sql")
public void testRegistrySqlKeycloakCreateReadUpdateDeleteAsyncapi() throws InterruptedException {
runCreateReadUpdateDeleteTestAsyncapi(PersistenceKind.SQL, null, true);
Expand Down Expand Up @@ -495,7 +488,6 @@ public void testRegistryKafkasqlTLSNoIAMCreateReadUpdateDeleteAsyncapi() throws

@Test
@Tag("interop")
@Tag("smoke")
@Tag("kafkasql")
public void testRegistryKafkasqlTLSKeycloakCreateReadUpdateDeleteAsyncapi() throws InterruptedException {
runCreateReadUpdateDeleteTestAsyncapi(PersistenceKind.KAFKA_SQL, KafkaKind.TLS, true);
Expand Down Expand Up @@ -525,7 +517,6 @@ public void testRegistrySqlNoIAMCreateReadUpdateDeleteGraphql() throws Interrupt

@Test
@Tag("interop")
@Tag("smoke")
@Tag("sql")
public void testRegistrySqlKeycloakCreateReadUpdateDeleteGraphql() throws InterruptedException {
runCreateReadUpdateDeleteTestGraphql(PersistenceKind.SQL, null, true);
Expand Down Expand Up @@ -553,7 +544,6 @@ public void testRegistryKafkasqlTLSNoIAMCreateReadUpdateDeleteGraphql() throws I

@Test
@Tag("interop")
@Tag("smoke")
@Tag("kafkasql")
public void testRegistryKafkasqlTLSKeycloakCreateReadUpdateDeleteGraphql() throws InterruptedException {
runCreateReadUpdateDeleteTestGraphql(PersistenceKind.KAFKA_SQL, KafkaKind.TLS, true);
Expand Down Expand Up @@ -583,7 +573,6 @@ public void testRegistrySqlNoIAMCreateReadUpdateDeleteKconnect() throws Interrup

@Test
@Tag("interop")
@Tag("smoke")
@Tag("sql")
public void testRegistrySqlKeycloakCreateReadUpdateDeleteKconnect() throws InterruptedException {
runCreateReadUpdateDeleteTestKconnect(PersistenceKind.SQL, null, true);
Expand Down Expand Up @@ -611,7 +600,6 @@ public void testRegistryKafkasqlTLSNoIAMCreateReadUpdateDeleteKconnect() throws

@Test
@Tag("interop")
@Tag("smoke")
@Tag("kafkasql")
public void testRegistryKafkasqlTLSKeycloakCreateReadUpdateDeleteKconnect() throws InterruptedException {
runCreateReadUpdateDeleteTestKconnect(PersistenceKind.KAFKA_SQL, KafkaKind.TLS, true);
Expand Down Expand Up @@ -641,7 +629,6 @@ public void testRegistrySqlNoIAMCreateReadUpdateDeleteWsdl() throws InterruptedE

@Test
@Tag("interop")
@Tag("smoke")
@Tag("sql")
public void testRegistrySqlKeycloakCreateReadUpdateDeleteWsdl() throws InterruptedException {
runCreateReadUpdateDeleteTestWsdl(PersistenceKind.SQL, null, true);
Expand Down Expand Up @@ -669,7 +656,6 @@ public void testRegistryKafkasqlTLSNoIAMCreateReadUpdateDeleteWsdl() throws Inte

@Test
@Tag("interop")
@Tag("smoke")
@Tag("kafkasql")
public void testRegistryKafkasqlTLSKeycloakCreateReadUpdateDeleteWsdl() throws InterruptedException {
runCreateReadUpdateDeleteTestWsdl(PersistenceKind.KAFKA_SQL, KafkaKind.TLS, true);
Expand Down Expand Up @@ -699,7 +685,6 @@ public void testRegistrySqlNoIAMCreateReadUpdateDeleteXsd() throws InterruptedEx

@Test
@Tag("interop")
@Tag("smoke")
@Tag("sql")
public void testRegistrySqlKeycloakCreateReadUpdateDeleteXsd() throws InterruptedException {
runCreateReadUpdateDeleteTestXsd(PersistenceKind.SQL, null, true);
Expand Down Expand Up @@ -727,7 +712,6 @@ public void testRegistryKafkasqlTLSNoIAMCreateReadUpdateDeleteXsd() throws Inter

@Test
@Tag("interop")
@Tag("smoke")
@Tag("kafkasql")
public void testRegistryKafkasqlTLSKeycloakCreateReadUpdateDeleteXsd() throws InterruptedException {
runCreateReadUpdateDeleteTestXsd(PersistenceKind.KAFKA_SQL, KafkaKind.TLS, true);
Expand Down Expand Up @@ -757,7 +741,6 @@ public void testRegistrySqlNoIAMCreateReadUpdateDeleteXml() throws InterruptedEx

@Test
@Tag("interop")
@Tag("smoke")
@Tag("sql")
public void testRegistrySqlKeycloakCreateReadUpdateDeleteXml() throws InterruptedException {
runCreateReadUpdateDeleteTestXml(PersistenceKind.SQL, null, true);
Expand Down Expand Up @@ -785,7 +768,6 @@ public void testRegistryKafkasqlTLSNoIAMCreateReadUpdateDeleteXml() throws Inter

@Test
@Tag("interop")
@Tag("smoke")
@Tag("kafkasql")
public void testRegistryKafkasqlTLSKeycloakCreateReadUpdateDeleteXml() throws InterruptedException {
runCreateReadUpdateDeleteTestXml(PersistenceKind.KAFKA_SQL, KafkaKind.TLS, true);
Expand Down

0 comments on commit 13756c0

Please sign in to comment.