This is an automated email from the ASF dual-hosted git repository. mergebot-role pushed a commit to branch mergebot in repository https://gitbox.apache.org/repos/asf/beam-site.git
commit 03f8bdc54ec75265c82ca247e3079e3e77e8135e Author: jasonkuster <[email protected]> AuthorDate: Wed Jul 12 11:06:34 2017 -0700 Remove incorrect info from testing page. --- src/contribute/testing.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/contribute/testing.md b/src/contribute/testing.md index 2d4019c..cb6dd9b 100644 --- a/src/contribute/testing.md +++ b/src/contribute/testing.md @@ -314,11 +314,6 @@ functionality, but runner functionality as well. They are more lightweight than a traditional end-to-end test and, because of their well-scoped nature, provide good signal as to what exactly is working or broken against a particular runner. -The name “ValidatesRunner” is an artifact of when Beam was still the Google -Cloud Dataflow SDK and [will be -changing](https://issues.apache.org/jira/browse/BEAM-655) to something more -indicative of its use in the coming months. - ### E2E End-to-End tests are meant to verify at the very highest level that the Beam -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
