update comment for disabling checkWritesEnable in FuzzApiCorrectness

This commit is contained in:
Chaoguang Lin 2020-10-21 16:34:36 -07:00
parent 8d670f3617
commit c4dc2f0cfb
1 changed files with 1 additions and 1 deletions

View File

@ -1146,7 +1146,7 @@ struct FuzzApiCorrectnessWorkload : TestWorkload {
// do not test the option since it's already used by the workload
if (op == FDBTransactionOptions::SPECIAL_KEY_SPACE_RELAXED)
op = -1;
// do not test the option since it is not used anywhere
// disable for now(see issue#3934, pr#3930)
if (op == FDBTransactionOptions::CHECK_WRITES_ENABLE)
op = -1;