Skip to content
Snippets Groups Projects
Verified Commit b3638eb8 authored by Daniel Hornung's avatar Daniel Hornung
Browse files

DOC: Explain why tests are commented out.

parent ffed88c0
Branches
No related tags found
1 merge request!33Fix accent sensitivity
Pipeline #60592 passed
......@@ -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','');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment