Skip to content

Commit d735a50

Browse files
author
Oleksii Korshenko
committed
MAGETWO-63512: Travis build failures because the job exceeded the maximum time limit for jobs
- skipped one test from setup module
1 parent 6d3b1bb commit d735a50

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

dev/tests/integration/testsuite/Magento/Setup/Console/Command/I18nCollectPhrasesCommandTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ public function tearDown()
3535

3636
public function testExecuteConsoleOutput()
3737
{
38+
$this->markTestSkipped('MAGETWO-63512. Unexpected test exit.');
3839
$this->tester->execute(
3940
[
4041
'directory' => BP . '/dev/tests/integration/testsuite/Magento/Setup/Console/Command/_files/',

dev/travis/before_script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ case $TEST_SUITE in
1111
integration)
1212
cd dev/tests/integration
1313

14-
test_set_list=$(find testsuite/* -maxdepth 1 -mindepth 1 -type d -not -name Setup| sort)
14+
test_set_list=$(find testsuite/* -maxdepth 1 -mindepth 1 -type d | sort)
1515
test_set_count=$(printf "$test_set_list" | wc -l)
1616
test_set_size[1]=$(printf "%.0f" $(echo "$test_set_count*0.12" | bc)) #12%
1717
test_set_size[2]=$(printf "%.0f" $(echo "$test_set_count*0.32" | bc)) #32%

0 commit comments

Comments
 (0)