| // 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 `SynchronousDatagramIp*` variant expects that |
| // a `SynchronousDatagramSocket` client end will be available |
| // when instantiating a UDP socket, which isn't true when Fast |
| // UDP is turned on. |
| "SocketTest/SynchronousDatagramIp*", |
| ], |
| }, |
| ], |
| } |