Lars Tangvald c5df05b
diff --git a/mysql-test/include/mtr_warnings.sql b/mysql-test/include/mtr_warnings.sql
Lars Tangvald c5df05b
index 7a56616a..5e5f7950 100644
Lars Tangvald c5df05b
--- a/mysql-test/include/mtr_warnings.sql
Lars Tangvald c5df05b
+++ b/mysql-test/include/mtr_warnings.sql
Lars Tangvald c5df05b
@@ -359,6 +359,11 @@ INSERT INTO global_suppressions VALUES
Lars Tangvald c5df05b
  ("A deprecated TLS version TLSv1 is enabled for channel"),
Lars Tangvald c5df05b
  ("A deprecated TLS version TLSv1.1 is enabled for channel"),
a4a6473
 
a4a6473
+ /*
a4a6473
+   ARM32 don't support timers and get this warning in every test.
a4a6473
+ */
a4a6473
+ ("The CYCLE timer is not available. WAIT events in the performance_schema will not be timed."),
a4a6473
+
Lars Tangvald 9be4f7f
  ("THE_LAST_SUPPRESSION");
a4a6473
 
a4a6473