From 98a657e8492c0db9f93788504f35a63370b9420e Mon Sep 17 00:00:00 2001 From: Feanil Patel Date: Wed, 25 Mar 2020 12:23:46 -0400 Subject: [PATCH] Respond to feedback. --- docs/decisions/0003-reduce-bokchoy-testing.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/decisions/0003-reduce-bokchoy-testing.rst b/docs/decisions/0003-reduce-bokchoy-testing.rst index 750fa943e9..c9f522cf71 100644 --- a/docs/decisions/0003-reduce-bokchoy-testing.rst +++ b/docs/decisions/0003-reduce-bokchoy-testing.rst @@ -28,7 +28,7 @@ Of the real failures found, there was one PR which had a failure that was only f Recommendation ============== -Based on the info we have so far, we should only run a suite of smoke tests in bokchoy that ensure the frontend is not entirely broken. +Based on the info we have so far, we will only run a suite of smoke tests in bokchoy that ensure the frontend is not entirely broken. For the experiment, we will use the a11y bokchoy tests as a simple stand-in for a suite of smoke tests, because it is already a much smaller suite of happy path tests. @@ -61,6 +61,11 @@ Experiment Results TBD +Decision +======== + +TBD - Based on experiment outcome. + Consequences ============