| // Copyright 2023 The Fuchsia Authors. | |
| // Use of this source code is governed by a BSD-style license that can be | |
| // found in the LICENSE file. | |
| { | |
| actions: [ | |
| { | |
| include: "libutils_test.json5", | |
| }, | |
| { | |
| type: "skip", | |
| matchers: [ | |
| // Flaky tests. | |
| "PollOnce_WhenNonZeroTimeoutAndNotAwoken_WaitsForTimeout", | |
| ], | |
| }, | |
| ], | |
| } |