File tree 2 files changed +5
-0
lines changed
src/test/java/org/elasticsearch/test/rest/support
2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -88,6 +88,8 @@ The skip section can also be used to list new features that need to be
88
88
supported in order to run a test. This way the up-to-date runners will
89
89
run the test, while the ones that don't support the feature yet can
90
90
temporarily skip it, and avoid having lots of test failures in the meantime.
91
+ Once all runners have implemented the feature, it can be declared supported
92
+ by default, thus the related skip sections can be removed from the tests.
91
93
92
94
....
93
95
"Parent":
Original file line number Diff line number Diff line change 27
27
* Allows to register additional features supported by the tests runner.
28
28
* This way any runner can add extra features and use proper skip sections to avoid
29
29
* breaking others runners till they have implemented the new feature as well.
30
+ *
31
+ * Once all runners have implemented the feature, it can be removed from the list
32
+ * and the related skip sections can be removed from the tests as well.
30
33
*/
31
34
public final class Features {
32
35
You can’t perform that action at this time.
0 commit comments