diff options
Diffstat (limited to 'unittest/mytap/tap.c')
-rw-r--r-- | unittest/mytap/tap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unittest/mytap/tap.c b/unittest/mytap/tap.c index 68c3333c3aa..a7552b15eed 100644 --- a/unittest/mytap/tap.c +++ b/unittest/mytap/tap.c @@ -178,7 +178,7 @@ static signal_entry install_signal[]= { #endif }; -int skip_big_tests= 0; +int skip_big_tests= 1; void plan(int count) |