blob: 71fc124a67d45ad13d96ddd6bece20fd914fac52 [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: "skip",
matchers: [
// TODO(b/341233321): fuse-overlayfs has issues on Arm.
"FuseTest.*",
],
},
{
type: "expect_pass",
matchers: [
// TODO(b/341233321): ReadWriteUnMountedDevFuse doesn't require fuse-overlayfs
"FuseTest.ReadWriteUnMountedDevFuse",
],
},
],
}