Skip to content

Commit

Permalink
Merge pull request #4452 from anarkiwi/dnd
Browse files Browse the repository at this point in the history
Exclude FaucetDockerHostTest for now as apparently docker-in-docker i…
  • Loading branch information
gizmoguy committed Jan 25, 2024
2 parents 50a9114 + d25b944 commit 75be75f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/runtests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ if [ -z "${FAUCET_TESTS:-}" ]; then
FAUCET_TESTS="$*"
fi

PARAMS=""
# TODO: FaucetDockerHostTest docker-in-docker currently broken
PARAMS="-x FaucetDockerHostTest"

# Parse options, some are used by this script, some are
# passed onto mininet_main.py & clib_mininet_main.py
Expand Down

0 comments on commit 75be75f

Please sign in to comment.