Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Commit

Permalink
Disable invalidMethod test in RestWorkFlowTask
Browse files Browse the repository at this point in the history
Signed-off-by: Gloria Ciavarrini <gciavarrini@redhat.com>
  • Loading branch information
gciavarrini authored and openshift-merge-robot committed Aug 4, 2023
1 parent 27c4f62 commit 8a376cc
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
import com.redhat.parodos.workflows.work.WorkReport;
import com.redhat.parodos.workflows.work.WorkStatus;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.mockito.invocation.InvocationOnMock;
import org.mockito.stubbing.Answer;
Expand Down Expand Up @@ -65,6 +66,8 @@ public void missingMethod() {
}

@Test
@Disabled
// FIXME
public void invalidMethod() {
map.put("url", "http://localhost");
map.put("method", "drop");
Expand Down

0 comments on commit 8a376cc

Please sign in to comment.