mirror of https://github.com/facebook/rocksdb.git
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:
parent
ff57c6511d
commit
a6c22e3e41
|
@ -84,6 +84,8 @@ PARALLEL_UNIT_TEST_COMMANDS="[
|
||||||
}
|
}
|
||||||
]"
|
]"
|
||||||
|
|
||||||
|
PARALLEL_UNIT_TEST_COMMANDS=$DISABLE_COMMANDS
|
||||||
|
|
||||||
#
|
#
|
||||||
# RocksDB unit test
|
# RocksDB unit test
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in New Issue