diff --git a/tests/basics/string_format2.py b/tests/basics/string_format2.py
index e211535be4b712df38cc6e68439afd0e46cdd332..881ff4f80458f40d1e97997e763cbaae517b90f9 100644
--- a/tests/basics/string_format2.py
+++ b/tests/basics/string_format2.py
@@ -1,6 +1,6 @@
 # comprehensive functionality test for {} format string
 
-int_tests = False # these take a while, and some give wrong results
+int_tests = False # these take a while
 char_tests = True
 str_tests = True