Skip to content

Commit

Permalink
Temporary disable stream http app tests (#455)
Browse files Browse the repository at this point in the history
  • Loading branch information
onobc authored Jan 11, 2024
1 parent 5ff9dea commit c10fbd1
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -521,6 +521,7 @@ public void streamReDeploy() {
logger.info("stream-redeploy-test:end");
}

@Disabled("Temporary disabling due to HTTP 403 issues")
@Test
@Tag("group6")
@Tag("smoke")
Expand Down Expand Up @@ -553,6 +554,7 @@ public void streamTransform() {
logger.info("stream-transform-test:done");
}

@Disabled("Temporary disabling due to HTTP 403 issues")
@Test
@Tag("group6")
@Tag("smoke")
Expand Down

0 comments on commit c10fbd1

Please sign in to comment.