Skip to content

Commit

Permalink
B-C: SKIP_SLOW_TESTS with t/cc.t on cygwin
Browse files Browse the repository at this point in the history
It became too slow
  • Loading branch information
rurban committed May 6, 2019
1 parent 1f4a5bd commit 18220a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions t/cc.t
Expand Up @@ -12,6 +12,7 @@ use strict;
my $DEBUGGING = ($Config{ccflags} =~ m/-DDEBUGGING/);
#my $ITHREADS = ($Config{useithreads});
$ENV{SKIP_SLOW_TESTS} = 1 if $Config{ccflags} =~ /-flto|-fsanitize/;
$ENV{SKIP_SLOW_TESTS} = 1 if is_CI() && $^O eq 'cygwin';

prepare_c_tests();

Expand Down

0 comments on commit 18220a5

Please sign in to comment.