Skip to content

Commit 82fd3bd

Browse files
committed
Improve Disabled doc
Signed-off-by: Matheus Cruz <matheuscruz.dev@gmail.com>
1 parent 3414d77 commit 82fd3bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

impl/test/src/test/java/io/serverlessworkflow/impl/test/HTTPWorkflowDefinitionTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ void testOptionsCall() throws IOException, InterruptedException {
418418
@Test
419419
@Disabled(
420420
value =
421-
"See the following discussion: https://github.com/serverlessworkflow/sdk-java/pull/1013/files#r2562919102")
421+
"See the following discussion: https://github.com/serverlessworkflow/sdk-java/pull/1013/files#r2562919102 and https://github.com/serverlessworkflow/sdk-java/issues/1024")
422422
void testPatchCall() throws IOException, InterruptedException {
423423
mockServer.enqueue(new MockResponse(204, Headers.of(), ""));
424424
appl.workflowDefinition(readWorkflowFromClasspath("workflows-samples/call-http-patch.yaml"))
@@ -436,7 +436,7 @@ void testPatchCall() throws IOException, InterruptedException {
436436

437437
@Test
438438
@Disabled(
439-
"See the following discussion: https://github.com/serverlessworkflow/sdk-java/pull/1013/files#r2566152233")
439+
"See the following discussion: https://github.com/serverlessworkflow/sdk-java/pull/1013/files#r2566152233 and https://github.com/serverlessworkflow/sdk-java/issues/1024#issue-3680971320")
440440
void testRedirect_should_throws_when_redirect_is_false_and_response_status_is_not_2xx() {
441441
mockServer.enqueue(
442442
new MockResponse(301, Headers.of("Location", "http://localhost:9876/redirected"), ""));

0 commit comments

Comments
 (0)