Skip to content

Commit d80a1c5

Browse files
author
Luiko Czub
committed
prepare release 6.2 - travis wil not start TestExample #62
1 parent 0c32f81 commit d80a1c5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,5 @@ install:
2020
script:
2121
- py.test test/utest-offline
2222
- if [[ $TESTLINK_API_PYTHON_SERVER_URL ]]; then py.test test/utest-online; fi
23-
- if [[ $TESTLINK_API_PYTHON_SERVER_URL && $TRAVIS_PYTHON_VERSION == '3.4' ]]; then python example/TestLinkExample.py; fi
23+
# see known problem: countTestCasesTS should handle the sufficient right errors #62
24+
# - if [[ $TESTLINK_API_PYTHON_SERVER_URL && $TRAVIS_PYTHON_VERSION == '3.4' ]]; then python example/TestLinkExample.py; fi

0 commit comments

Comments
 (0)