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 a8bce6e commit 79585e9Copy full SHA for 79585e9
src/test/java/com/checkmarx/ast/PredicateTest.java
@@ -7,6 +7,7 @@
7
import com.checkmarx.ast.wrapper.CxConstants;
8
import org.junit.Ignore;
9
import org.junit.jupiter.api.Assertions;
10
+import org.junit.jupiter.api.Disabled;
11
import org.junit.jupiter.api.Test;
12
13
import java.util.List;
@@ -47,7 +48,7 @@ void testTriage() throws Exception {
47
48
}
49
50
@Test
- @Ignore("Ignore this tests until get states api will be in production")
51
+ @Disabled("Ignore this tests until get states api will be in production")
52
void testGetStates() throws Exception {
53
List<Predicate> states = wrapper.triageGetStates(false);
54
Assertions.assertNotNull(states);
0 commit comments