Skip to content

Commit

Permalink
Remove web profile tag from appclient based tests (#1757)
Browse files Browse the repository at this point in the history
Fixes #1756

Signed-off-by: Scott M Stark <[email protected]>
  • Loading branch information
starksm64 authored Jan 14, 2025
1 parent 2f1efdc commit d387095
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@
@Tag("tck-appclient")
@Tag("jsonb")
@Tag("platform")
@Tag("web")
@ExtendWith(ArquillianExtension.class)
public class ClientAppclientTest extends ServiceEETest {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@
@Tag("tck-appclient")
@Tag("jsonb")
@Tag("platform")
@Tag("web")
@ExtendWith(ArquillianExtension.class)
public class ClientEjbTest extends ServiceEETest {

Expand Down

0 comments on commit d387095

Please sign in to comment.