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