Exckude Zip/CompressTest/testZip64 for now, it takes too much time to

execute and make the Travis job aborting.

Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
This commit is contained in:
FrancisANDRE
2015-12-11 18:58:01 +01:00
parent 07ba367dff
commit 76a87e922f
2 changed files with 4 additions and 3 deletions

View File

@@ -23,7 +23,7 @@ services:
notifications: notifications:
slack: slack:
rooms: rooms:
- pocoproject:ItIUZvs8aJGyPdaKxIKMnS1t#travis - pocoproject:4iwY1QpB8fdU2WqpcZ6PpZhz#travis
- kampbell:v4ARuptk0ETzwUsKDdV6Gspb#poco - kampbell:v4ARuptk0ETzwUsKDdV6Gspb#poco
env: env:
@@ -35,7 +35,7 @@ before_script:
matrix: matrix:
include: include:
- env: TEST_NAME="OSX clang (make) bundled" - env: TEST_NAME="OSX clang (make) bundled"
compiler: clang compiler: clang
os: osx os: osx
script: script:

View File

@@ -9,7 +9,8 @@ export CPPUNIT_IGNORE="\
N7CppUnit10TestCallerI22HTTPSClientSessionTestEE.testProxy \ N7CppUnit10TestCallerI22HTTPSClientSessionTestEE.testProxy \
N7CppUnit10TestCallerI22HTTPSStreamFactoryTestEE.testProxy \ N7CppUnit10TestCallerI22HTTPSStreamFactoryTestEE.testProxy \
N7CppUnit10TestCallerI19MulticastSocketTestEE.testMulticast \ N7CppUnit10TestCallerI19MulticastSocketTestEE.testMulticast \
N7CppUnit10TestCallerI13NTPClientTestEE.testTimeSync" N7CppUnit10TestCallerI13NTPClientTestEE.testTimeSync \
N7CppUnit10TestCallerI12CompressTestEE.testZip64"
export EXCLUDE_TESTS="Data/MySQL Data/ODBC MongoDB PDF" export EXCLUDE_TESTS="Data/MySQL Data/ODBC MongoDB PDF"
export PATH=$PATH:. export PATH=$PATH:.
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:. export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:.