Skip to content

Commit

Permalink
TEMP run nfs tests
Browse files Browse the repository at this point in the history
  • Loading branch information
BenTheElder committed May 2, 2020
1 parent 9d7e600 commit a2527a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hack/ci/e2e-k8s.sh
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,8 @@ run_tests() {
# ginkgo regexes
SKIP="${SKIP:-}"
FOCUS="${FOCUS:-"\\[Conformance\\]"}"
SKIP="\[Disruptive\]"
FOCUS='\[Driver:.nfs\]'
# if we set PARALLEL=true, skip serial tests set --ginkgo-parallel
if [ "${PARALLEL:-false}" = "true" ]; then
export GINKGO_PARALLEL=y
Expand Down

0 comments on commit a2527a0

Please sign in to comment.