| // 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: [ | |
| { | |
| type: "expect_pass", | |
| matchers: [ | |
| "*", | |
| ], | |
| }, | |
| { | |
| type: "skip", | |
| matchers: [ | |
| // TODO(https://fxbug.dev/353533754) de-flake and enable | |
| "CallStackTest.log_stack", | |
| "LooperTest.*", | |
| "SystemClock.SystemClock", | |
| ], | |
| }, | |
| ], | |
| } |