Don't test experimental stuff.

This commit is contained in:
Tom Wilkie
2015-08-13 12:07:00 +00:00
parent f2d9226c59
commit 9b7bcf679d

2
test
View File

@@ -23,7 +23,7 @@ fi
fail=0
TESTDIRS=$(find . -type f -name '*_test.go' | xargs -n1 dirname | grep -v prog | sort -u)
TESTDIRS=$(find . -type f -name '*_test.go' | xargs -n1 dirname | grep -v prog | grep -v experimental | sort -u)
# If running on circle, use the scheduler to work out what tests to run on what shard
if [ -n "$CIRCLECI" -a -z "$NO_SCHEDULER" -a -x "$DIR/sched" ]; then