[scenic] MinimalInputTest.Tap is flaky

The test blocks flakily.

To reproduce run:

fx run-test e2e_input_tests -t minimal_input_test -- --gtest_repeat=-1 --gtest_also_run_disabled_tests

Output:
```
[ RUN      ] MinimalInputTest.Tap
[ERROR:garnet/bin/ui/root_presenter/app.cc(268)] Root presenter: Content view terminated unexpectedly.
[WARNING:garnet/bin/ui/root_presenter/displays/display_configuration.cc(79)] RootPresenter: unrecognized display.
[INFO:display_configuration.cc(127)] RootPresenter: Display metrics: width_in_px=1920, height_in_px=1080, width_in_pp=1117.09, height_in_pp=628.364, width_in_mm=213.333, height_in_mm=120, x_scale_in_px_per_pp=1.71875, y_scale_in_px_per_pp=1.71875, x_scale_in_pp_per_px=0.581818, y_scale_in_pp_per_px=0.581818, density_in_pp_per_mm=5.23636, density_in_mm_per_pp=0.190972
TraceProvider: registry failed: status=-24(ZX_ERR_PEER_CLOSED)
[INFO:input_device_impl.cc(17)] Device disconnected
```

SCN-1447 #comment Disable test

Change-Id: I942c769d6a266be31216628a61cb5d763fd77992
1 file changed
tree: be1b699c4dc38eb2e9f7fe9d167104fc9aeedd09
  1. boards/
  2. build/
  3. buildtools/
  4. bundles/
  5. docs/
  6. examples/
  7. garnet/
  8. infra/
  9. peridot/
  10. products/
  11. scripts/
  12. sdk/
  13. src/
  14. third_party/
  15. tools/
  16. zircon/
  17. .clang-format
  18. .clang-tidy
  19. .dir-locals.el
  20. .gitattributes
  21. .gitignore
  22. .gn
  23. AUTHORS
  24. BUILD.gn
  25. CODE_OF_CONDUCT.md
  26. CONTRIBUTING.md
  27. LICENSE
  28. OWNERS
  29. PATENTS
  30. README.md
  31. rustfmt.toml
README.md

Fuchsia

Pink + Purple == Fuchsia (a new operating system)

What is Fuchsia?

Fuchsia is a modular, capability-based operating system. Fuchsia runs on modern 64-bit Intel and ARM processors.

Fuchsia is an open source project with a code of conduct that we expect everyone who interacts with the project to respect.

How can I build and run Fuchsia?

See Getting Started.

Where can I learn more about Fuchsia?

See the documentation.