damccorm commented on code in PR #26630: URL: https://github.com/apache/beam/pull/26630#discussion_r1192346470
########## learning/tour-of-beam/frontend/integration_test/tour_page_test.dart: ########## @@ -48,8 +48,9 @@ void main() { await _checkContentTreeBuildsProperly(wt); await _checkContentTreeScrollsProperly(wt); await _checkHighlightsSelectedUnit(wt); - await _checkRunCodeWorks(wt); - await _checkResizeUnitContent(wt); + // TODO(nausharipov): fix tests + // await _checkRunCodeWorks(wt); + // await _checkResizeUnitContent(wt); Review Comment: Also, looks like CI is still failing: ``` Failure in method: ToB miscellaneous ui ══╡ EXCEPTION CAUGHT BY FLUTTER TEST FRAMEWORK ╞═════════════════ The following ExampleLoadingException was thrown running a test: Cannot load the example. ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@beam.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org