File: skip-vt100-tests

package info (click to toggle)
raku-readline 0.1.6-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 400 kB
  • sloc: perl: 67; makefile: 5
file content (13 lines) | stat: -rw-r--r-- 309 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
Description: Skip vt100 tests
 This test fails on Debian
Bug: https://github.com/drforr/perl6-readline/issues/39
--- a/t/02-base.t
+++ b/t/02-base.t
@@ -52,6 +52,7 @@
 }, 'tilde';
 
 subtest sub {
+  plan :skip-all<Fails on Debian.>;
   my $meta-flag = 1; # XXX Fix the type
   my $terminal-name = 'vt100';