blob: 7d9025be7781592480bb495cb08db1d33cd0832f [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: [
{
include: "dgramsocket_common.json5",
},
{
type: "skip",
matchers: [
// This test assumes that datagram sockets are backed
// by a zircon socket, which is only true for Fast UDP.
"IOSendingMethodTests/IOSendingMethodTest.*",
],
},
],
}