mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Remove SKIP_IF for now-supported features.
Updates #3549. PiperOrigin-RevId: 332501660
This commit is contained in:
committed by
gVisor bot
parent
ddf37cb19f
commit
f911b43f05
@@ -87,8 +87,6 @@ TEST(IP6TablesBasic, GetEntriesErrorPrecedence) {
|
||||
// empty when running in native, but we can test that gVisor has the same
|
||||
// initial state that a newly-booted Linux machine would have.
|
||||
TEST(IP6TablesTest, InitialInfo) {
|
||||
// TODO(gvisor.dev/issue/3549): Enable for ip6tables.
|
||||
SKIP_IF(true);
|
||||
SKIP_IF(!ASSERT_NO_ERRNO_AND_VALUE(HaveCapability(CAP_NET_RAW)));
|
||||
|
||||
FileDescriptor sock =
|
||||
@@ -132,8 +130,6 @@ TEST(IP6TablesTest, InitialInfo) {
|
||||
// are empty when running in native, but we can test that gVisor has the same
|
||||
// initial state that a newly-booted Linux machine would have.
|
||||
TEST(IP6TablesTest, InitialEntries) {
|
||||
// TODO(gvisor.dev/issue/3549): Enable for ip6tables.
|
||||
SKIP_IF(true);
|
||||
SKIP_IF(!ASSERT_NO_ERRNO_AND_VALUE(HaveCapability(CAP_NET_RAW)));
|
||||
|
||||
FileDescriptor sock =
|
||||
|
||||
Reference in New Issue
Block a user