diff --git a/drools-test-coverage/test-compiler-integration/src/test/java/org/drools/compiler/integrationtests/incrementalcompilation/AddRemoveRulesAddDeleteFactsTest.java b/drools-test-coverage/test-compiler-integration/src/test/java/org/drools/compiler/integrationtests/incrementalcompilation/AddRemoveRulesAddDeleteFactsTest.java index a85feee1489..e0e53363829 100644 --- a/drools-test-coverage/test-compiler-integration/src/test/java/org/drools/compiler/integrationtests/incrementalcompilation/AddRemoveRulesAddDeleteFactsTest.java +++ b/drools-test-coverage/test-compiler-integration/src/test/java/org/drools/compiler/integrationtests/incrementalcompilation/AddRemoveRulesAddDeleteFactsTest.java @@ -34,7 +34,7 @@ import static org.assertj.core.api.Assertions.assertThat; -//@EnabledIfSystemProperty(named = "runTurtleTests", matches = "true") +@EnabledIfSystemProperty(named = "runTurtleTests", matches = "true") public class AddRemoveRulesAddDeleteFactsTest { public static Stream parameters() {