diff options
| author | Aldo Culquicondor <1299064+alculquicondor@users.noreply.github.com> | 2021-05-14 11:18:00 -0400 |
|---|---|---|
| committer | Aldo Culquicondor <acondor@google.com> | 2021-06-01 10:53:39 -0400 |
| commit | 545177d8db6ceea9715b98202a1044f10e44dadc (patch) | |
| tree | 88c9b3a877934fdddc60b4f3e14bf4ab2c442f4d | |
| parent | 3c5825b815f154a03f1885915d2a0b0900cc6338 (diff) | |
Add note to ensure tests run in presubmits
| -rw-r--r-- | contributors/devel/sig-architecture/api_changes.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contributors/devel/sig-architecture/api_changes.md b/contributors/devel/sig-architecture/api_changes.md index 3a1099fd..ce496351 100644 --- a/contributors/devel/sig-architecture/api_changes.md +++ b/contributors/devel/sig-architecture/api_changes.md @@ -743,6 +743,8 @@ doing! Check out the [E2E docs](../sig-testing/e2e-tests.md) for detailed information about how to write end-to-end tests for your feature. +Make sure the E2E tests are running in the default presubmits for a feature that +is being promoted to Beta (enabled by default). ## Examples and docs |
