Skip to content

Commit

Permalink
Temporarily disable failing zlib tests on travis (#10738)
Browse files Browse the repository at this point in the history
  • Loading branch information
iluuu1994 authored and bukka committed Nov 17, 2023
1 parent 708e9fa commit c442a1f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ext/zlib/tests/gzcompress_basic1.phpt
Expand Up @@ -2,6 +2,8 @@
Test gzcompress() function : basic functionality
--EXTENSIONS--
zlib
--SKIPIF--
<?php if (getenv('TRAVIS')) die('skip Currently fails on Travis'); ?>
--FILE--
<?php
/*
Expand Down
2 changes: 2 additions & 0 deletions ext/zlib/tests/gzdeflate_basic1.phpt
Expand Up @@ -2,6 +2,8 @@
Test gzdeflate() function : basic functionality
--EXTENSIONS--
zlib
--SKIPIF--
<?php if (getenv('TRAVIS')) die('skip Currently fails on Travis'); ?>
--FILE--
<?php
/*
Expand Down
2 changes: 2 additions & 0 deletions ext/zlib/tests/gzencode_basic1.phpt
Expand Up @@ -2,6 +2,8 @@
Test gzencode() function : basic functionality
--EXTENSIONS--
zlib
--SKIPIF--
<?php if (getenv('TRAVIS')) die('skip Currently fails on Travis'); ?>
--FILE--
<?php
/*
Expand Down

0 comments on commit c442a1f

Please sign in to comment.