Skip to content

Commit 79585e9

Browse files
committed
ignore added test
1 parent a8bce6e commit 79585e9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/test/java/com/checkmarx/ast/PredicateTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
import com.checkmarx.ast.wrapper.CxConstants;
88
import org.junit.Ignore;
99
import org.junit.jupiter.api.Assertions;
10+
import org.junit.jupiter.api.Disabled;
1011
import org.junit.jupiter.api.Test;
1112

1213
import java.util.List;
@@ -47,7 +48,7 @@ void testTriage() throws Exception {
4748
}
4849

4950
@Test
50-
@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")
5152
void testGetStates() throws Exception {
5253
List<Predicate> states = wrapper.triageGetStates(false);
5354
Assertions.assertNotNull(states);

0 commit comments

Comments
 (0)