Skip to content

Commit f64e434

Browse files
author
Tod Beardsley
committed
Comment out boot cucumber tests
This is in response to the slowness noticed over the last few days and unrelated changes causing travis failures. For example: rapid7#4252 (comment)
1 parent 394d132 commit f64e434

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
@@ -1,6 +1,7 @@
11
env:
22
- RAKE_TASK=cucumber
3-
- RAKE_TASK=cucumber:boot
3+
# Commenting out the boot tests due to chronic timeouts.
4+
# - RAKE_TASK=cucumber:boot
45
- RAKE_TASK=spec SPEC_OPTS="--tag content"
56
- RAKE_TASK=spec SPEC_OPTS="--tag ~content"
67

0 commit comments

Comments
 (0)