File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
tests/integration/testsuite/Magento/Setup/Console/Command Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ public function tearDown()
35
35
36
36
public function testExecuteConsoleOutput ()
37
37
{
38
+ $ this ->markTestSkipped ('MAGETWO-63512. Unexpected test exit. ' );
38
39
$ this ->tester ->execute (
39
40
[
40
41
'directory ' => BP . '/dev/tests/integration/testsuite/Magento/Setup/Console/Command/_files/ ' ,
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ case $TEST_SUITE in
11
11
integration)
12
12
cd dev/tests/integration
13
13
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)
15
15
test_set_count=$( printf " $test_set_list " | wc -l)
16
16
test_set_size[1]=$( printf " %.0f" $( echo " $test_set_count *0.12" | bc) ) # 12%
17
17
test_set_size[2]=$( printf " %.0f" $( echo " $test_set_count *0.32" | bc) ) # 32%
You can’t perform that action at this time.
0 commit comments