Trying to disable the required "Test Plan: " filed on arc diff
.
Tried the suggestions in: How do I disable “test plan” enforcement in Phabricator?
So my .arcconfig
contains:
"differential.require-test-plan-field" : false,
"differential.show-test-plan-field" : false,
"base" : "git:merge-base(origin/master), arc:prompt"
But when I run arc diff --create
not only is the "Test Plan" field there.
If I try to submit the commit it throws an exception, saying that the test plan is required.