Skip to content

Commit

Permalink
testing: reenable previously failing root tests
Browse files Browse the repository at this point in the history
These pass following cl/699266292.

PiperOrigin-RevId: 699271228
  • Loading branch information
kevinGC authored and gvisor-bot committed Nov 23, 2024
1 parent c6c3c2d commit 7568ba1
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions test/syscalls/linux/packet_socket_dgram.cc
Original file line number Diff line number Diff line change
Expand Up @@ -370,9 +370,6 @@ TEST_P(CookedPacketTest, DoubleBindSucceeds) {

// Bind and verify we do not receive data on interface which is not bound
TEST_P(CookedPacketTest, BindDrop) {
// TOOD(b/379932042): This is flakey and blocking submissions.
GTEST_SKIP();

// Let's use a simple IP payload: a UDP datagram.
FileDescriptor udp_sock =
ASSERT_NO_ERRNO_AND_VALUE(Socket(AF_INET, SOCK_DGRAM, 0));
Expand Down Expand Up @@ -430,9 +427,6 @@ TEST_P(CookedPacketTest, BindDrop) {
// Verify that we receive outbound packets. This test requires at least one
// non loopback interface so that we can actually capture an outgoing packet.
TEST_P(CookedPacketTest, ReceiveOutbound) {
// TOOD(b/379932042): This is flakey and blocking submissions.
GTEST_SKIP();

// Only ETH_P_ALL sockets can receive outbound packets on linux.
SKIP_IF(GetParam() != ETH_P_ALL);

Expand Down

0 comments on commit 7568ba1

Please sign in to comment.