diff options
| author | Caleb Woodbine <caleb@ii.coop> | 2019-08-27 10:43:01 +1200 |
|---|---|---|
| committer | Caleb Woodbine <caleb@ii.coop> | 2019-08-27 10:43:01 +1200 |
| commit | b019e985f917cfaa32a4417791b1d4bf248a53bd (patch) | |
| tree | 91297798c14574a7e5755367324f59d79fe8aa1f | |
| parent | 83b94633d3abfb370129256ac54b18c90ce45f8e (diff) | |
Add literal string requirement
| -rw-r--r-- | contributors/devel/sig-architecture/conformance-tests.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contributors/devel/sig-architecture/conformance-tests.md b/contributors/devel/sig-architecture/conformance-tests.md index 6db41d10..919e7cd9 100644 --- a/contributors/devel/sig-architecture/conformance-tests.md +++ b/contributors/devel/sig-architecture/conformance-tests.md @@ -57,6 +57,7 @@ specifically, a test is eligible for promotion to conformance if: enough soak time of the changes and gives folks a chance to kick the tires either in the community CI or their own infrastructure to make sure the tests are robust +- it has a name that is a literal string Examples of features which are not currently eligible for conformance tests: |
