[roll] Roll fuchsia Revert "[test_manager] Add test to check capability access"

This reverts commit 1e20310200b05e8b5e6068cc67d7fbe4a968dd87.

Reason for revert: possible cause of high flake rate in
test_manager_test on the core.arm64-debug builder. Examples:
- https://ci.chromium.org/b/8809067433637313345
- https://ci.chromium.org/b/8808986790939746177

Please add `Multiply: test_manager_test` to your commit message and
use "Choose Tryjobs" to run the core.arm64-debug builder when
relanding this CL.

Original-Bug: 101271

Original change's description:
> [test_manager] Add test to check capability access
>
> Hermetic tests should not have access to capabilities that break
> hermeticity. This test tries to access the fuchsia.hwinfo.Product capability (access to this would break hermeticity) and the expected behavior is failure. This adds a unit test under test_manager/tests/test_data that tries to use the fuchsia.hwinfo.Product capability and fails. This also adds an integration test under test_manager/tests/src/tests.rs that verifies the expected behavior of the unit test.
>
> Original-Bug: 96471
> Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/697122

Original-Bug: 96471
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/699264
Original-Revision: ab7b18aeb5c1d9b0e2bcf0eae6732894745de96e
GitOrigin-RevId: 48626078d60d8a3879783abbc139b4a6f3f910f1
Change-Id: I364346530a0f2aabed7bbe552748259898454c56
1 file changed
tree: 167258422ca7cf9e8a2ad3faa89d6087648185b2
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.