[ledger] disable a flaky SynchronousTaskTest

The runs on fuchsia-x86_64-linux-debug fail with a crash in SynchronousTaskTest.RunSynchronouslyOnOtherThread:

https://ci.chromium.org/swarming/task/3962716b5afa6810?server=chromium-swarm.appspot.com

LE-335 #comment [ledger] disable a flaky SynchronousTaskTest

Change-Id: Ia835dec7ef4eb7d317ce3d373a2792fa97caab5c
1 file changed
tree: 6639ad765b6cba34b76b44a7d5b66e47d6ac21b1
  1. bin/
  2. build/
  3. docs/
  4. examples/
  5. infra/
  6. ledger_legacy/
  7. lib/
  8. manifest/
  9. maxwell_legacy/
  10. packages/
  11. public/
  12. tests/
  13. web/
  14. .clang-format
  15. .clang-tidy
  16. .gitignore
  17. AUTHORS
  18. BUILD.gn
  19. CONTRIBUTING.md
  20. LICENSE
  21. navbar.md
  22. PATENTS
  23. README.md
README.md

Peridot

Peridot is a framework for composed, intelligent and distributed user experiences.

Applications not explicitly designed to interoperate (and possibly implemented in different programming languages) are ephemerally downloaded and dynamically composed to run in a shared context. The framework manages application lifecycle, resources and view hierarchy; and well as context and suggestion infrastructure.

State of Peridot experiences is transparently synchronized across user devices using a distributed offline-first storage system.

Read more

  • bin - implementation of Peridot components
  • docs
  • examples - examples of applications that use Peridot components
  • public - public FIDL APIs of Peridot components