This is an automated email from the ASF dual-hosted git repository.

mpochatkin pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git


The following commit(s) were added to refs/heads/main by this push:
     new 3c5fe254df IGNITE-22438 Enable ItFileTransferTest (#3901)
3c5fe254df is described below

commit 3c5fe254dfd113cf5b2f625cf3650b6ea17842c5
Author: Vadim Pakhnushev <[email protected]>
AuthorDate: Tue Jun 11 13:50:00 2024 +0300

    IGNITE-22438 Enable ItFileTransferTest (#3901)
---
 .../org/apache/ignite/internal/network/file/ItFileTransferTest.java     | 2 --
 1 file changed, 2 deletions(-)

diff --git 
a/modules/file-transfer/src/integrationTest/java/org/apache/ignite/internal/network/file/ItFileTransferTest.java
 
b/modules/file-transfer/src/integrationTest/java/org/apache/ignite/internal/network/file/ItFileTransferTest.java
index 9c55f84911..e7142c7c71 100644
--- 
a/modules/file-transfer/src/integrationTest/java/org/apache/ignite/internal/network/file/ItFileTransferTest.java
+++ 
b/modules/file-transfer/src/integrationTest/java/org/apache/ignite/internal/network/file/ItFileTransferTest.java
@@ -55,7 +55,6 @@ import 
org.apache.ignite.internal.testframework.WorkDirectoryExtension;
 import 
org.apache.ignite.internal.testframework.matchers.CompletableFutureMatcher;
 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.condition.DisabledOnOs;
@@ -67,7 +66,6 @@ import org.junit.jupiter.api.extension.ExtendWith;
  */
 @ExtendWith(ConfigurationExtension.class)
 @ExtendWith(WorkDirectoryExtension.class)
-@Disabled("https://issues.apache.org/jira/browse/IGNITE-22438";)
 public class ItFileTransferTest extends BaseIgniteAbstractTest {
     private static final String DOWNLOADS_DIR = "downloads";
 

Reply via email to