blob: 893c893c8c9178e46a86fdbdf31211f4e3cada8a [file]
// Copyright 2023 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
{
actions: [
{
type: "skip",
matchers: [
// Skip tests that will otherwise hang forever.
// TODO(https://fxbug.dev/42063184): un-skip some of these when the data path is ready.
"BlockingTCPSockets/*",
],
},
],
}