GitHub user zentol opened a pull request:
https://github.com/apache/flink/pull/5975
[FLINK-9138][docs][tests] Make ConfigOptionsDocsCompletenessTest an IT case
## What is the purpose of the change
This PR modifies the `ConfigOptionsDocsCompletenessTest` to be an IT case
instead. You can now regenerate the docs without having to skip tests, since
the docs are now generated _before_ the completeness check.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/zentol/flink 9318
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/5975.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #5975
----
commit 048d9ec017c3bf9963593a649b21374371146131
Author: zentol <chesnay@...>
Date: 2018-05-09T08:52:34Z
[FLINK-9138][docs][tests] Make ConfigOptionsDocsCompletenessTest an IT case
----
---