diff --git a/pom.xml b/pom.xml
index a2418e3ec75..70de30e5f29 100644
--- a/pom.xml
+++ b/pom.xml
@@ -108,6 +108,8 @@
maven-surefire-plugin
2.16
+ 1
+ false
**/*Tests.java
diff --git a/src/test/java/org/elasticsearch/license/licensor/LicenseVerificationToolTests.java b/src/test/java/org/elasticsearch/license/licensor/LicenseVerificationToolTests.java
index 4ae012be99f..ce2460e5182 100644
--- a/src/test/java/org/elasticsearch/license/licensor/LicenseVerificationToolTests.java
+++ b/src/test/java/org/elasticsearch/license/licensor/LicenseVerificationToolTests.java
@@ -21,7 +21,6 @@ import java.io.IOException;
import java.util.HashMap;
import java.util.Map;
-@Ignore("Enable once maven is setup properly; now it throws invalid signature error for all the tests when the tests always pass in intellij")
public class LicenseVerificationToolTests {
private static String pubKeyPath = null;
diff --git a/src/test/java/org/elasticsearch/license/manager/LicenseVerificationTests.java b/src/test/java/org/elasticsearch/license/manager/LicenseVerificationTests.java
index 0807076d663..12f53e849f3 100644
--- a/src/test/java/org/elasticsearch/license/manager/LicenseVerificationTests.java
+++ b/src/test/java/org/elasticsearch/license/manager/LicenseVerificationTests.java
@@ -27,7 +27,6 @@ import static org.elasticsearch.license.core.ESLicenses.FeatureType;
import static org.elasticsearch.license.core.LicenseUtils.readLicensesFromString;
import static org.junit.Assert.*;
-@Ignore("Enable once maven is setup properly; now it throws invalid signature error for all the tests when the tests always pass in intellij")
public class LicenseVerificationTests {
private static String pubKeyPath = null;