We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c4ebb1 commit 74beb44Copy full SHA for 74beb44
src/test/java/mx/com/sw/services/cfdi40/CartaPorte20Test.java
@@ -7,6 +7,7 @@
7
import mx.com.sw.services.stamp.responses.StampResponseV3;
8
import mx.com.sw.services.stamp.responses.StampResponseV4;
9
import org.junit.jupiter.api.Assertions;
10
+import org.junit.jupiter.api.Disabled;
11
import org.junit.jupiter.api.Test;
12
13
/**
@@ -16,6 +17,7 @@
16
17
* @version 0.0.0.1
18
* @since 2022-04-28
19
*/
20
+@Disabled
21
public class CartaPorte20Test {
22
23
private StampService stampService = new StampService(false);
0 commit comments