IGNITE-22206 Unmute disabled ItTxResourcesVacuumTest#testRecoveryAfterPersistentStateVacuumized (#3738)

diff --git a/modules/table/src/integrationTest/java/org/apache/ignite/internal/table/ItTxResourcesVacuumTest.java b/modules/table/src/integrationTest/java/org/apache/ignite/internal/table/ItTxResourcesVacuumTest.java
index 95f2408..2b320a5 100644
--- a/modules/table/src/integrationTest/java/org/apache/ignite/internal/table/ItTxResourcesVacuumTest.java
+++ b/modules/table/src/integrationTest/java/org/apache/ignite/internal/table/ItTxResourcesVacuumTest.java
@@ -74,7 +74,6 @@
 import org.jetbrains.annotations.Nullable;
 import org.junit.jupiter.api.AfterEach;
 import org.junit.jupiter.api.BeforeEach;
-import org.junit.jupiter.api.Disabled;
 import org.junit.jupiter.api.Test;
 import org.junit.jupiter.api.TestInfo;
 import org.junit.jupiter.api.extension.ExtendWith;
@@ -647,7 +646,6 @@
      * </ul>
      */
     @Test
-    @Disabled("IGNITE-22147")
     public void testRecoveryAfterPersistentStateVacuumized() throws InterruptedException {
         // This node isn't going to be stopped, so let it be node 0.
         IgniteImpl commitPartitionLeaseholder = cluster.node(0);