[roll] Roll fuchsia [network/testing] update expectations to flaky

The network conformance case 7.4 in the ip/ip_router suites verifies
that the fragmentation cache sets timeouts based on the TTL of the
fragment. This is currently not supported in NS3.

This ultimately leads to a race between the test sending the final
fragment, and the netstack timing out the existing fragments in the
cache. Once we implement this feature the race should be gone.

Original-Bug: 414413500
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1266664
Original-Revision: fcbdbd16f25dfe00342f2aa05a1d7b056ddf845d
GitOrigin-RevId: 450917921fc394d8bcc8c8d59cb013ddf751742e
Change-Id: I4a473e1a61b3ce24946fdb116062795361a36324
1 file changed
tree: f9732d5a4c07364486bb0a6eab0919a188fcf94f
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. 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 in one of the communication channels documented at get involved.

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.