| // 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", | |
| ], | |
| }, | |
| ], | |
| } |