From 004679a331951cddcca6f610fd5c9040ba37bb52 Mon Sep 17 00:00:00 2001 From: Paolo Bizzarri Date: Fri, 20 Dec 2024 15:52:11 +0100 Subject: [PATCH] Reenabled test disabled --- .../AddRemoveRulesAddDeleteFactsTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {