This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
avoid negative shift in scan_num()
[perl5.git] / PACKAGING
index 9b27d07..a603f6c 100644 (file)
--- a/PACKAGING
+++ b/PACKAGING
@@ -36,4 +36,15 @@ standalone Perl script.
 
                perl -x patchlevel.h "This is a custom patch"
 
+=head1 Disabling known flapping tests
+
+Some tests could fail under heavy load, whereas in most cases
+they would simply succeed. Usually, continuous integration systems
+will at one point or the other reach that problem.
+
+To disable these known tests, please set the environment
+variable CI to true.
+
+        CI=true
+
 =cut