From 938098cd748c5d4b35e769cbc52ea4970701181d Mon Sep 17 00:00:00 2001 From: Shlomi Fish Date: Fri, 9 Mar 2018 00:15:18 +0200 Subject: [PATCH] Skip on mswin to fix appveyor tests. --- tests/style/py-flake8.t | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/tests/style/py-flake8.t b/tests/style/py-flake8.t index 41bd969f..9e6361f8 100644 --- a/tests/style/py-flake8.t +++ b/tests/style/py-flake8.t @@ -3,12 +3,21 @@ use strict; use warnings; -use Test::More tests => 1; +use Test::More; use Test::Differences qw( eq_or_diff ); use File::Find::Object (); use String::ShellQuote qw/ shell_quote /; +if ($^O =~ /\AMSWin/) +{ + plan skip_all => "command line exceeded on ms windows."; +} +else +{ + plan tests => 1; +} + my %skip = ( map { $_ => 1 } qw(