Skip to content

Commit

Permalink
Disable non-mocking test case
Browse files Browse the repository at this point in the history
  • Loading branch information
yaphet17 committed Jun 1, 2023
1 parent d428007 commit c4c1199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/com/yaphet/chapa/ChapaTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ public void shouldCreateSubAccount_asResponseData() throws Throwable {

// This should not run in the pipeline
@Test
// @Disabled
@Disabled
public void testDefault() throws Throwable {
// given
Customization customization = new Customization()
Expand Down

0 comments on commit c4c1199

Please sign in to comment.