Skip to content

Commit c9f9246

Browse files
authored
Update tester_linux.yml
1 parent 6ad2131 commit c9f9246

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.buildkite/pipelines/main/platforms/tester_linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ steps:
6363
if [[ "${GROUP?}" == "all" ]]; then
6464
export TESTS="all"
6565
elif [[ "${GROUP?}" == "net" ]]; then
66-
export TESTS="Downloads LibGit2 LibGit2/online"
66+
export TESTS="Downloads LibGit2 LibGit2/online download"
6767
elif [[ "${GROUP?}" == "no-net" ]]; then
68-
export TESTS="all --skip Downloads"
68+
export TESTS="all --skip Downloads LibGit2/online download"
6969
else
7070
echo "Invalid value for GROUP: ${GROUP?}"
7171
exit 1

0 commit comments

Comments
 (0)