blob: 5225ec14f02ba9a2c7f76689dd742b8b717b0a9b [file] [log] [blame]
// 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",
],
},
],
}