Missing translations
diff --git a/client/idrepo/console/src/main/resources/org/apache/syncope/client/console/audit/AuditHistoryModal_fr_CA.properties b/client/idrepo/console/src/main/resources/org/apache/syncope/client/console/audit/AuditHistoryModal_fr_CA.properties
index c053b7b..5fa2070 100644
--- a/client/idrepo/console/src/main/resources/org/apache/syncope/client/console/audit/AuditHistoryModal_fr_CA.properties
+++ b/client/idrepo/console/src/main/resources/org/apache/syncope/client/console/audit/AuditHistoryModal_fr_CA.properties
@@ -14,6 +14,6 @@
 # KIND, either express or implied.  See the License for the
 # specific language governing permissions and limitations
 # under the License.
-who=Who
+who=Qui
 date=Date
 audit.diff.view=Vue historique
diff --git a/client/idrepo/console/src/main/resources/org/apache/syncope/client/console/audit/AuditHistoryModal_it.properties b/client/idrepo/console/src/main/resources/org/apache/syncope/client/console/audit/AuditHistoryModal_it.properties
index a6f4786..20253a9 100644
--- a/client/idrepo/console/src/main/resources/org/apache/syncope/client/console/audit/AuditHistoryModal_it.properties
+++ b/client/idrepo/console/src/main/resources/org/apache/syncope/client/console/audit/AuditHistoryModal_it.properties
@@ -14,6 +14,6 @@
 # KIND, either express or implied.  See the License for the
 # specific language governing permissions and limitations
 # under the License.
-who=Who
-date=Date
+who=Chi
+date=Data
 audit.diff.view=Vista storica
diff --git a/fit/core-reference/src/test/java/org/apache/syncope/fit/core/PullTaskITCase.java b/fit/core-reference/src/test/java/org/apache/syncope/fit/core/PullTaskITCase.java
index cab56ca..1301d14 100644
--- a/fit/core-reference/src/test/java/org/apache/syncope/fit/core/PullTaskITCase.java
+++ b/fit/core-reference/src/test/java/org/apache/syncope/fit/core/PullTaskITCase.java
@@ -1082,6 +1082,8 @@
 
     @Test
     public void issueSYNCOPE307() {
+        assumeFalse(ElasticsearchDetector.isElasticSearchEnabled(ADMIN_CLIENT.platform()));
+        
         UserCR userCR = UserITCase.getUniqueSample("s307@apache.org");
         userCR.setUsername("test0");
         userCR.getPlainAttrs().removeIf(attr -> "firstname".equals(attr.getSchema()));