blob: 18cfd5da5575bb89b0262dd9c7c3ca81c21950a4 [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: [
// This test hangs.
"FdeventTest.run_on_looper_thread_queued",
// Flaky test.
"LocalSocketTest.smoke",
// TODO(https://fxbug.dev/323209351): Re-enable flaky test.
"FdeventTest.timeout",
// TODO(https://fxbug.dev/445433238): Connect syscall to a vsock not supported.
"socket_spec.socket_spec_listen_connect_vsock_success",
],
},
],
}