Disabling parallel test CI job

Summary: Parallel test CI is failing. Reducing noise by temporarily disabling
the job

Test Plan: Manual

Reviewers:

CC: leveldb@

Task ID: #6968635

Blame Rev:
This commit is contained in:
krad 2015-09-22 10:35:56 -07:00
parent ff57c6511d
commit a6c22e3e41
1 changed files with 2 additions and 0 deletions

View File

@ -84,6 +84,8 @@ PARALLEL_UNIT_TEST_COMMANDS="[
}
]"
PARALLEL_UNIT_TEST_COMMANDS=$DISABLE_COMMANDS
#
# RocksDB unit test
#