Skip to content

Commit

Permalink
Remove(APITests): interop tags
Browse files Browse the repository at this point in the history
  • Loading branch information
rkubis committed Jan 29, 2025
1 parent 3cab034 commit 14fd38b
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 @@ -284,7 +284,6 @@ public void testRegistrySqlNoIAMCreateReadUpdateDeleteProtobuf() throws Interrup
}

@Test
@Tag("interop")
@Tag("smoke")
@Tag("sql")
public void testRegistrySqlKeycloakCreateReadUpdateDeleteProtobuf() throws InterruptedException {
Expand Down Expand Up @@ -312,7 +311,6 @@ public void testRegistryKafkasqlTLSNoIAMCreateReadUpdateDeleteProtobuf() throws
}

@Test
@Tag("interop")
@Tag("smoke")
@Tag("kafkasql")
public void testRegistryKafkasqlTLSKeycloakCreateReadUpdateDeleteProtobuf() throws InterruptedException {
Expand Down Expand Up @@ -342,7 +340,6 @@ public void testRegistrySqlNoIAMCreateReadUpdateDeleteJson() throws InterruptedE
}

@Test
@Tag("interop")
@Tag("smoke")
@Tag("sql")
public void testRegistrySqlKeycloakCreateReadUpdateDeleteJson() throws InterruptedException {
Expand Down Expand Up @@ -370,7 +367,6 @@ public void testRegistryKafkasqlTLSNoIAMCreateReadUpdateDeleteJson() throws Inte
}

@Test
@Tag("interop")
@Tag("smoke")
@Tag("kafkasql")
public void testRegistryKafkasqlTLSKeycloakCreateReadUpdateDeleteJson() throws InterruptedException {
Expand Down Expand Up @@ -400,7 +396,6 @@ public void testRegistrySqlNoIAMCreateReadUpdateDeleteOpenapi() throws Interrupt
}

@Test
@Tag("interop")
@Tag("smoke")
@Tag("sql")
public void testRegistrySqlKeycloakCreateReadUpdateDeleteOpenapi() throws InterruptedException {
Expand Down Expand Up @@ -428,7 +423,6 @@ public void testRegistryKafkasqlTLSNoIAMCreateReadUpdateDeleteOpenapi() throws I
}

@Test
@Tag("interop")
@Tag("smoke")
@Tag("kafkasql")
public void testRegistryKafkasqlTLSKeycloakCreateReadUpdateDeleteOpenapi() throws InterruptedException {
Expand Down Expand Up @@ -458,7 +452,6 @@ public void testRegistrySqlNoIAMCreateReadUpdateDeleteAsyncapi() throws Interrup
}

@Test
@Tag("interop")
@Tag("smoke")
@Tag("sql")
public void testRegistrySqlKeycloakCreateReadUpdateDeleteAsyncapi() throws InterruptedException {
Expand Down Expand Up @@ -486,7 +479,6 @@ public void testRegistryKafkasqlTLSNoIAMCreateReadUpdateDeleteAsyncapi() throws
}

@Test
@Tag("interop")
@Tag("smoke")
@Tag("kafkasql")
public void testRegistryKafkasqlTLSKeycloakCreateReadUpdateDeleteAsyncapi() throws InterruptedException {
Expand Down Expand Up @@ -516,7 +508,6 @@ public void testRegistrySqlNoIAMCreateReadUpdateDeleteGraphql() throws Interrupt
}

@Test
@Tag("interop")
@Tag("smoke")
@Tag("sql")
public void testRegistrySqlKeycloakCreateReadUpdateDeleteGraphql() throws InterruptedException {
Expand Down Expand Up @@ -544,7 +535,6 @@ public void testRegistryKafkasqlTLSNoIAMCreateReadUpdateDeleteGraphql() throws I
}

@Test
@Tag("interop")
@Tag("smoke")
@Tag("kafkasql")
public void testRegistryKafkasqlTLSKeycloakCreateReadUpdateDeleteGraphql() throws InterruptedException {
Expand Down Expand Up @@ -574,7 +564,6 @@ public void testRegistrySqlNoIAMCreateReadUpdateDeleteKconnect() throws Interrup
}

@Test
@Tag("interop")
@Tag("smoke")
@Tag("sql")
public void testRegistrySqlKeycloakCreateReadUpdateDeleteKconnect() throws InterruptedException {
Expand Down Expand Up @@ -602,7 +591,6 @@ public void testRegistryKafkasqlTLSNoIAMCreateReadUpdateDeleteKconnect() throws
}

@Test
@Tag("interop")
@Tag("smoke")
@Tag("kafkasql")
public void testRegistryKafkasqlTLSKeycloakCreateReadUpdateDeleteKconnect() throws InterruptedException {
Expand Down Expand Up @@ -632,7 +620,6 @@ public void testRegistrySqlNoIAMCreateReadUpdateDeleteWsdl() throws InterruptedE
}

@Test
@Tag("interop")
@Tag("smoke")
@Tag("sql")
public void testRegistrySqlKeycloakCreateReadUpdateDeleteWsdl() throws InterruptedException {
Expand Down Expand Up @@ -660,7 +647,6 @@ public void testRegistryKafkasqlTLSNoIAMCreateReadUpdateDeleteWsdl() throws Inte
}

@Test
@Tag("interop")
@Tag("smoke")
@Tag("kafkasql")
public void testRegistryKafkasqlTLSKeycloakCreateReadUpdateDeleteWsdl() throws InterruptedException {
Expand Down Expand Up @@ -690,7 +676,6 @@ public void testRegistrySqlNoIAMCreateReadUpdateDeleteXsd() throws InterruptedEx
}

@Test
@Tag("interop")
@Tag("smoke")
@Tag("sql")
public void testRegistrySqlKeycloakCreateReadUpdateDeleteXsd() throws InterruptedException {
Expand Down Expand Up @@ -718,7 +703,6 @@ public void testRegistryKafkasqlTLSNoIAMCreateReadUpdateDeleteXsd() throws Inter
}

@Test
@Tag("interop")
@Tag("smoke")
@Tag("kafkasql")
public void testRegistryKafkasqlTLSKeycloakCreateReadUpdateDeleteXsd() throws InterruptedException {
Expand Down Expand Up @@ -748,7 +732,6 @@ public void testRegistrySqlNoIAMCreateReadUpdateDeleteXml() throws InterruptedEx
}

@Test
@Tag("interop")
@Tag("smoke")
@Tag("sql")
public void testRegistrySqlKeycloakCreateReadUpdateDeleteXml() throws InterruptedException {
Expand Down Expand Up @@ -776,7 +759,6 @@ public void testRegistryKafkasqlTLSNoIAMCreateReadUpdateDeleteXml() throws Inter
}

@Test
@Tag("interop")
@Tag("smoke")
@Tag("kafkasql")
public void testRegistryKafkasqlTLSKeycloakCreateReadUpdateDeleteXml() throws InterruptedException {
Expand Down

0 comments on commit 14fd38b

Please sign in to comment.