diff --git a/test/syscalls/linux/packet_socket.cc b/test/syscalls/linux/packet_socket.cc index 05be0ba9b..d0e2c33be 100644 --- a/test/syscalls/linux/packet_socket.cc +++ b/test/syscalls/linux/packet_socket.cc @@ -402,7 +402,7 @@ TEST_P(PacketSocketTest, ReceiveSentBoundToProtocolAll) { // sendto on a packet socket (e.g. the interface cannot be inferred from the // bound address). TEST_P(PacketSocketTest, SendWithoutTargetDevice) { - if (IsRunningOnGvisor()) { + if (IsRunningOnGvisor() && GvisorPlatform() != Platform::kFuchsia) { GTEST_SKIP() << "gVisor does not support sending on packet sockets."; }