From f8eb0ad48fbbae5c1087c2bd29031411cfff514f Mon Sep 17 00:00:00 2001 From: Chris Helma Date: Sat, 21 Sep 2024 04:39:51 -0500 Subject: [PATCH] Re-enabled ProcessLifecycleTest Signed-off-by: Chris Helma --- .../src/test/java/com/rfs/ProcessLifecycleTest.java | 1 - 1 file changed, 1 deletion(-) diff --git a/DocumentsFromSnapshotMigration/src/test/java/com/rfs/ProcessLifecycleTest.java b/DocumentsFromSnapshotMigration/src/test/java/com/rfs/ProcessLifecycleTest.java index 1fb3fbb33..9f4dd519b 100644 --- a/DocumentsFromSnapshotMigration/src/test/java/com/rfs/ProcessLifecycleTest.java +++ b/DocumentsFromSnapshotMigration/src/test/java/com/rfs/ProcessLifecycleTest.java @@ -34,7 +34,6 @@ */ @Slf4j @Tag("longTest") -@Disabled("This test is disabled because it is not currently working as expected.") public class ProcessLifecycleTest extends SourceTestBase { public static final String TARGET_DOCKER_HOSTNAME = "target";