mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Run "SendWithoutTargetDevice" test on Fuchsia
This test is expected to pass for Fuchsia, but not gVisor. PiperOrigin-RevId: 628090196
This commit is contained in:
@@ -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.";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user