Skip to content
This repository was archived by the owner on Oct 7, 2020. It is now read-only.

Commit e7a4bee

Browse files
committed
Disable all completion tests
1 parent 2ec75dc commit e7a4bee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.azure/windows-cabal.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
source .azure/windows-cabal.bashrc
115115
# TODO: Enable completion test
116116
if [ $GHC_VERSION = "8.4.4" ]; then
117-
TEST_OPTIONS="--test-options=\"--skip=/Completion/completions/works/\""
117+
TEST_OPTIONS="--test-options=\"--skip=/Completion/completions/\""
118118
fi
119119
cabal v2-test :func-test $TEST_OPTIONS
120120
displayName: "Run Test: func-test"

0 commit comments

Comments
 (0)