Skip to content
Snippets Groups Projects
Commit 8986cb61 authored by Erick Hitter's avatar Erick Hitter
Browse files

Don't waste time on a test that's guaranteed to fail

parent 903f29b9
Branches
No related tags found
1 merge request!2Don't waste time on a test that's guaranteed to fail
Pipeline #117 failed
...@@ -55,6 +55,7 @@ PHPunit:PHP5.3:MySQL: ...@@ -55,6 +55,7 @@ PHPunit:PHP5.3:MySQL:
script: script:
- phpcs -n - phpcs -n
- phpunit - phpunit
when: manual
allow_failure: true allow_failure: true
PHPunit:PHP5.6:MySQL: PHPunit:PHP5.6:MySQL:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment