From c5b4369ae7d7eb199b179ca4b86db181cddcaede Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Wed, 28 Sep 2016 23:33:28 -0700 Subject: [PATCH] Add PRIVILEGED to freebsd because testing of mount keys off of that. (#17803) --- shippable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index 4aeefc8364..31fc99e08f 100644 --- a/shippable.yml +++ b/shippable.yml @@ -10,7 +10,7 @@ matrix: include: - env: TEST=remote TARGET=all PLATFORM=osx VERSION=10.11 - - env: TEST=remote TARGET=all PLATFORM=freebsd VERSION=10.3-STABLE + - env: TEST=remote TARGET=all PLATFORM=freebsd VERSION=10.3-STABLE PRIVILEGED=true - env: TEST=remote TARGET=ci_win1 PLATFORM=windows VERSION=2012-R2_RTM - env: TEST=remote TARGET=ci_win2 PLATFORM=windows VERSION=2012-R2_RTM