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
This commit is part of merge request !2. Comments created here will be created in the context of that merge request.
......@@ -55,6 +55,7 @@ PHPunit:PHP5.3:MySQL:
script:
- phpcs -n
- phpunit
when: manual
allow_failure: true
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