[roll] Roll fuchsia Revert "[reachability] Integration test fix"

This reverts commit 35b84d0008d4f6d7b9af872ef63e63d0767bf99e.

Reason for revert: Misdiagnosed the reason for the flake. Reverting this change and adding ignore tags in another CL for these tests temporarily.

Original change's description:
> [reachability] Integration test fix
>
> Change the method of changing/borrowing state to use Arc<Mutex
> instead of Rc<RefCell to ensure that the borrow is dropped prior
> to the next time we want to access it.
>
> Multiply:
> fuchsia-pkg://fuchsia.com/netstack-integration-tests#meta/netstack-reachability-integration-test.cm
>
> Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/799987

No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/800532
Original-Revision: a98bdde6fa51cb0cf5dd9e5fab1359531190ddfc
GitOrigin-RevId: 342489c76af11f8e23db74100b4ab3cb97f70209
Change-Id: I83442e4b1f2e20a9c09c8aa695ae0154a544e709
1 file changed
tree: 391327d45685b612a1520118842ad2a017cadee3
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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.