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 29, 2025
1 parent 14f8db9 commit 31c4d16
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,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 @@ -408,7 +407,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 @@ -466,7 +464,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 @@ -524,7 +521,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 @@ -582,7 +578,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 @@ -640,7 +635,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 @@ -698,7 +692,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 @@ -756,7 +749,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

0 comments on commit 31c4d16

Please sign in to comment.