| // 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: "expect_pass", |
| matchers: [ |
| "*", |
| ], |
| }, |
| { |
| type: "skip", |
| matchers: [ |
| // This test interacts directly with datagram socket FIDL |
| // types. The `Datagram*` variant expects that a `DatagramSocket` |
| // client end will be available when instantiating a UDP socket, |
| // which isn't true unless Fast UDP is turned on. |
| "SocketTest/Datagram*", |
| ], |
| }, |
| ], |
| } |