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

dzamo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/drill.git


The following commit(s) were added to refs/heads/master by this push:
     new f03896505b Revert "Fix imports" and "[MINOR UPDATE] Disable 
TestJdbcPluginWithMSSQL when not on amd64."
f03896505b is described below

commit f03896505bf333e5e76fde34af796d8cd9ee91b4
Author: James Turton <[email protected]>
AuthorDate: Sat May 21 11:16:04 2022 +0200

    Revert "Fix imports" and "[MINOR UPDATE] Disable TestJdbcPluginWithMSSQL 
when not on amd64."
    
    Reverted commits:
    
     - 012d5ea2056d7caea8f3e008bb39032cafdd1c9f
     - 9c01c03367265375520a7901109d9f900c66aa25
---
 .../java/org/apache/drill/exec/store/jdbc/TestJdbcPluginWithMSSQL.java  | 2 --
 1 file changed, 2 deletions(-)

diff --git 
a/contrib/storage-jdbc/src/test/java/org/apache/drill/exec/store/jdbc/TestJdbcPluginWithMSSQL.java
 
b/contrib/storage-jdbc/src/test/java/org/apache/drill/exec/store/jdbc/TestJdbcPluginWithMSSQL.java
index eedd759d63..68c6871261 100644
--- 
a/contrib/storage-jdbc/src/test/java/org/apache/drill/exec/store/jdbc/TestJdbcPluginWithMSSQL.java
+++ 
b/contrib/storage-jdbc/src/test/java/org/apache/drill/exec/store/jdbc/TestJdbcPluginWithMSSQL.java
@@ -34,7 +34,6 @@ import org.junit.BeforeClass;
 import org.junit.Ignore;
 import org.junit.Test;
 import org.junit.experimental.categories.Category;
-import org.junit.jupiter.api.condition.EnabledIfSystemProperty;
 import org.testcontainers.containers.MSSQLServerContainer;
 
 import java.math.BigDecimal;
@@ -47,7 +46,6 @@ import static org.junit.Assert.assertEquals;
  * JDBC storage plugin tests against MSSQL.
  */
 @Category(JdbcStorageTest.class)
-@EnabledIfSystemProperty(named = "os.arch", matches = "(amd64|x86_64)")
 public class TestJdbcPluginWithMSSQL extends ClusterTest {
 
   private static MSSQLServerContainer jdbcContainer;

Reply via email to