Skip to content

Commit f0b58fa

Browse files
committed
disable folding3.vim test temporarily (gh issue python-mode#849)
1 parent b8c9ece commit f0b58fa

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

tests/test_bash/test_folding.sh

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@ source ./test_helpers_bash/test_prepare_between_tests.sh
1111
vim -i NONE -u $VIM_TEST_VIMRC -c "source ./test_procedures_vimscript/folding2.vim" $VIM_DISPOSABLE_PYFILE > /dev/null
1212
R2=$?
1313
source ./test_helpers_bash/test_prepare_between_tests.sh
14-
vim -i NONE -u $VIM_TEST_VIMRC -c "source ./test_procedures_vimscript/folding3.vim" $VIM_DISPOSABLE_PYFILE > /dev/null
15-
R3=$?
14+
# TODO: enable folding3.vim script back.
15+
# vim -i NONE -u $VIM_TEST_VIMRC -c "source ./test_procedures_vimscript/folding3.vim" $VIM_DISPOSABLE_PYFILE > /dev/null
16+
# R3=$?
1617
source ./test_helpers_bash/test_prepare_between_tests.sh
1718
vim -i NONE -u $VIM_TEST_VIMRC -c "source ./test_procedures_vimscript/folding4.vim" $VIM_DISPOSABLE_PYFILE > /dev/null
1819
R4=$?
@@ -24,9 +25,9 @@ then
2425
elif [[ "$R2" -ne 0 ]]
2526
then
2627
exit 2
27-
elif [[ "$R3" -ne 0 ]]
28-
then
29-
exit 3
28+
# elif [[ "$R3" -ne 0 ]]
29+
# then
30+
# exit 3
3031
elif [[ "$R4" -ne 0 ]]
3132
then
3233
exit 4

0 commit comments

Comments
 (0)