From b3638eb88ff718eb185d93057304014a49ae7c23 Mon Sep 17 00:00:00 2001
From: Daniel <d.hornung@indiscale.com>
Date: Wed, 5 Feb 2025 13:15:30 +0100
Subject: [PATCH] DOC: Explain why tests are commented out.

---
 tests/test_autotap.sql | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/tests/test_autotap.sql b/tests/test_autotap.sql
index be7c63f..6d62a0c 100644
--- a/tests/test_autotap.sql
+++ b/tests/test_autotap.sql
@@ -38,6 +38,10 @@ SELECT tap.has_schema('_caosdb_schema_unit_tests','');
 -- ***************************************************************
 
 SELECT tap.has_table('_caosdb_schema_unit_tests','archive_isa','');
+-- *******
+-- Collation testing of tables fails for uca1400 collations, see upstream issue:
+-- https://github.com/hepabolu/mytap/issues/58
+-- *******
 -- SELECT tap.table_collation_is('_caosdb_schema_unit_tests','archive_isa','utf8mb4_uca1400_as_ci','');
 SELECT tap.table_engine_is('_caosdb_schema_unit_tests','archive_isa','InnoDB','');
 
-- 
GitLab