File: skip-splashfast-tests.patch

package info (click to toggle)
libwx-perl 1%3A0.9928-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 4,300 kB
  • ctags: 2,322
  • sloc: cpp: 11,044; perl: 8,646; ansic: 710; makefile: 48
file content (12 lines) | stat: -rw-r--r-- 378 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
These tests fail sometimes. #499740

--- a/ext/pperl/splashfast/Makefile.PL
+++ b/ext/pperl/splashfast/Makefile.PL
@@ -24,6 +24,7 @@
                  AUTHOR          => 'Graciliano M. P. <gm@virtuasites.com.br>',
                  VERSION_FROM    => 'SplashFast.pm',
                  WX_CORE_LIB     => ' ',
+                 test => {TESTS => ' ',},
                 );
 
 }